/*.tinyscrollbar {width: 700px;}
.tinyscrollbar .viewport {
	width: 680px;
	height: 340px;
	position: relative;
	overflow: hidden;
}*/
.tinyscrollbar .overview {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.tinyscrollbar .scrollbar {
	width: 34px;
	position: relative;
	float: right;
}
.tinyscrollbar .track {
	width: 34px;
	height: 100%;
	background: url('images/line.png') 50% 0 repeat-y;
	position: relative;
	padding: 0;
}
.tinyscrollbar .thumb {
	width: 34px;
	height: 0;
	background:url('images/drag.png') no-repeat;
	position:absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	overflow: hidden;
}
.tinyscrollbar .disable {display:none;}