/* Set the styles of the buttons in their two states here */

#scrollit_track {
	width:8px;
	background-color:#c6c6c0;
}

#scrollit_handle {
	background-color:#f8e800;
	opacity:0.6;
	background-image:url(../../images/scrollscrub.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#scrollit_handle:hover{
	opacity:0.8;
}


#scrollit2_track {
	width:8px;
	background-color:#c6c6c0;
}

#scrollit2_handle {
	background-color:#f8e800;
	opacity:0.6;
	background-image:url(../../images/scrollscrub.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#scrollit2_handle:hover{
	opacity:0.8;
}
