/* Set the styles of the buttons in their two states here */

#cussroll_track {
	width:10px;
	background-color:#eee;
}

#cussroll_handle {
	background-color:#7e7e7e;
	opacity:0.6;
	background-image:url(../../images/scrollscrub.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#cussroll_handle:hover{
	opacity:0.8;
}