/* Set the styles of the buttons in their two states here */

#scrollit_track {
	width:10px;
	background-color:#333;
}

#scrollit_handle {
	background-color:#969696;
	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:10px;
	background-color:#333;
}

#scrollit2_handle {
	background-color:#969696;
	opacity:0.6;
	background-image:url(../../images/scrollscrub.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#scrollit2_handle:hover{
	opacity:0.8;
}



#scrollit3_track {
	width:10px;
	background-color:#333;
}

#scrollit3_handle {
	background-color:#969696;
	opacity:0.6;
	background-image:url(../../images/scrollscrub.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#scrollit3_handle:hover{
	opacity:0.8;
}


#scrollit4_track {
	width:10px;
	background-color:#333;
}

#scrollit4_handle {
	background-color:#969696;
	opacity:0.6;
	background-image:url(../../images/scrollscrub.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#scrollit4_handle:hover{
	opacity:0.8;
}