div#rotation_container {
  position: relative;
  z-index: 0;
  width: 581px;
}
div#rotation_panel {
  position: absolute;
  z-index: 1;
  height: 25px;
  width: 581px;
  top: 210px;
  overflow: hidden;
  left: 0px;
  background: #333333;
  -khtml-opacity: .20; 
  -moz-opacity:.20; 
  -ms-filter:"alpha(opacity=20)"; 
  filter:alpha(opacity=20); 
  opacity:.20;
}
div#rotation_container span {
  display: block;
  width: 13px;
  height: 13px;
  padding: 3px;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 213px;
  background: url("http://img.tennis-warehouse.com/rb/site09/box.png") no-repeat;
  font-family: "lucida grande", "lucida sans unicode", verdana;
  font-size: 11px;
  color: #ffffff;
  line-height: 13px;
  cursor: pointer;
}
.opacityOn {
  -khtml-opacity:.70; 
  -moz-opacity:.70; 
  -ms-filter:"alpha(opacity=70)"; 
  filter:alpha(opacity=70); 
  opacity:.70;
}
.opacityOff {
  -khtml-opacity:1; 
  -moz-opacity:1; 
  -ms-filter:"alpha(opacity=100)"; 
  filter:alpha(opacity=100); 
  opacity:1;
}