@charset "utf-8";
/* CSS Document */

#scroll {
	position: relative;
	width: 800px;
	height: 600px;
	overflow: hidden;

}

#scroll .scrollInner{
	margin-right:20px;

}


#scroll .scrollbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 600px;
	z-index: 1;
}

#scroll .scrollbar .track {
	position: absolute;
	top: 0px;
	left: 0;
	background: #EEE;
	width: 10px;
	height: 600px;
	z-index: 2;
}

#scroll .scrollbar .track .thumb {
	position: absolute;
	top: 0;
	left: 0;
	background: #2492A9;
	width: 10px;
	z-index: 3;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	height:150px !important;
}

/*#scroll .scrollbar .up {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: #DDD;
	z-index: 2;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}*/

/*#scroll .scrollbar .down {
	position: absolute;
	top: 295px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #DDD;
	z-index: 2;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}*/
