div.anythingSlider .forward a {
background: url("../images/anything_slider_sprites.png") no-repeat scroll -56px 0 green;
filter: alpha(opacity=50);
opacity: 0.5;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
border-radius: 5px;
-moz-border-radius: 5px;
}
div.anythingSlider .back a {
background: url("../images/anything_slider_sprites.png") no-repeat scroll -16px 0 green;
filter: alpha(opacity=50);
opacity: 0.5;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
border-radius: 5px;
-moz-border-radius: 5px;
}
It looks like you're new here. If you want to get involved, click one of these buttons!