.scroll-track{
	height:400px;
	width:10px;
	background:transparent url("scroll-track.jpg") no-repeat 0 0;
	/*background-color:#242021;*/
	cursor:pointer;
	margin:2px auto 2px auto;
}

.scroll-handle{
	height:68px;
	width:10px;
	background:transparent url("scroll-handle.jpg") no-repeat 0 0;
	/*background-color:#95b0b2;*/
	cursor:pointer;
}

.scroll-innerBox {
	/*margin-right:8px;*/
}

.scroll-track-top {
	height:15px;
	width:10px;
	background:transparent url("scroll-top.gif") no-repeat 0 0;
}

.scroll-track-bot {
	height:15px;
	width:10px;
	background:transparent url("scroll-bottom.gif") no-repeat 0 0;
}