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

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

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

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

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