/* rotator in-page placement */
div#rotator {
 position:relative;
 height:300px;
 margin:0;
}
/* rotator css */
div#rotator ul {
 margin:0;
 padding:0;
}
div#rotator ul li {
 float:left;
 position:absolute;
 list-style: none;
 width:1000px;
 height:300px;
 margin:0;
 padding:0;
}
/* rotator image style */
div#rotator ul li img {
 border:none;
 padding: 0px;
}
div#rotator ul li.show {
 z-index:500
}

