/* IMAGE ROTATOR CSS */

/* rotator in-page placement */
div#rotator {
  clear:both;
  float:left;
  position:relative;
  width:430px;
  height:230px;
  margin-left:0px;
}
/* rotator css */
div#rotator ul li {
  float:left;
  position:absolute;
  list-style: none;
}
/* rotator image style */ 
div#rotator ul li img {
  width:430px;
  height:230px;
  
}
div#rotator ul li.show {
  z-index:5;
}
