/* Set the styles of the buttons in their two states here */

#scrollit_track {
	width:10px;
	background-color:#dcdcdc;
	margin-right:-10px;
}

#scrollit_handle {
	background-color:#94b2c4;
	opacity:0.6;
	background-image:url(../../images/scrollscrub.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#scrollit_handle:hover{
	opacity:0.8;
}