/* Set the styles of the buttons in their two states here */

.koscroll_active{
	filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
	cursor:pointer;
}
.koscroll_inactive{
	filter: alpha(opacity=30); -moz-opacity: .3; -khtml-opacity: .3; opacity: .3;

}