/* Set the styles of the buttons in their two states here */

#scrollit_track {
	width:10px;
	background-color:#e6e6e6;
}

#scrollit_handle {
	background-color:#93a878;
	opacity:0.6;
	background-image:url(../../images/scrollscrub.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#scrollit_handle:hover{
	opacity:0.8;
}
