/* IMAGE ROTATOR CSS */

/* rotator in-page placement */
div#rotator {
  clear:both;
  float:left;
  position:relative;
  width:749px;
  height:516px;
  margin-left:0px;
}
div#rotator ul { 
  clear:both;
  float:left;
  width:749px;
  height:516px;
}
/* rotator css */
div#rotator ul li {
  float:left;
  position:absolute;
  list-style: none;
  width:749px;
  height:516px;
}
/* rotator image style */ 
div#rotator ul li img {
  clear:both; 
  float:left;
  width:749px;
  height:491px;
}
div#rotator ul li.show {
  z-index:5;
}

div#rotator ul li p { 
  clear:both; 
  float:right; 
  display:block; 
  width:243px; 
  height:25px; 
  text-align:center;
  line-height:25px; 
  font-size:11px; 
  color:#fff;
  background:#4E4E50;
}