#rotate-container {
  width:688px;
  height:219px;
  background:#e6f3fd;
  overflow:hidden;
  margin:15px 0 5px;
}
#rotate {
  margin:4px;
  width:680px;
  height:211px;
  background:#333;
  overflow:hidden;
}
#rotate-controls {
  background:url('/images/rotator-controls.png') no-repeat;
  width:157px;
  height:24px;
  position:relative;
  overflow:hidden;
  top:187px;
  left:523px;
  z-index:500;
}
#rotate-controls ul {
  margin:6px 0 0;
  padding:0;
}
#rotate-controls li {
  float:left;
  list-style:none;
  margin:0 0 0 5px;
  padding:0;
  display:block;
  width:13px;
  height:13px;
}
#rotate-controls li.num {
  width: 19px;
  height: 19px;
}
#rotate-controls li.item1{margin: -3px 0 0 7px;_margin-left:1px;}
#rotate-controls li.item3{margin: -3px 0 0 3px;}
#rotate-controls li.item2,#rotate-controls li.item5{margin: -3px 0 0 4px;}
#rotate-controls li.item4{margin: -3px 0 0 5px;}

/** BEGIN: Added hover highlight. **/
#rotate-controls li.item1:hover, #rotate-controls li.item2:hover, #rotate-controls li.item3:hover, #rotate-controls li.item4:hover, #rotate-controls li.item5:hover {
  
  cursor: pointer;
}
#rotate-controls li.pause:hover {
  background:url('/images/rotator-hover-pause.png') no-repeat;
  margin: -3px 0 0 5px;
  width: 13px;
  height: 19px;
  cursor: pointer;
}
#rotate-controls li.play:hover {
  background:url('/images/rotator-hover-play.png') no-repeat;
  margin: -3px 0 0 4px;
  width: 14px;
  height: 19px;
  cursor: pointer;
}
#rotate-controls li.item1:hover {
  background:url('/images/rotator-hover-1.png') no-repeat;
}
#rotate-controls li.item2:hover {
  background:url('/images/rotator-hover-2.png') no-repeat;
}
#rotate-controls li.item3:hover {
  background:url('/images/rotator-hover-3.png') no-repeat;
}
#rotate-controls li.item4:hover {
  background:url('/images/rotator-hover-4.png') no-repeat;
}
#rotate-controls li.item5:hover {
  background:url('/images/rotator-hover-5.png') no-repeat;
}
/** END: Added hover highlight. **/
#rotate-controls li a {
  display:block;
  width:13px;
  height:13px;
}
#rotate-images {
  width:60000px;
  margin:0;
  padding:0;
  position:relative;
  top:-24px;
}
#rotate-images li {
  margin:0;
  padding:0;
  float:left;
  position:absolute;
}

