/* rotator in-page placement */
div#rotator {
 height:163px;
 margin-left: -65px;
 position:relative;
}
/* rotator css */
div#rotator ul li {
 float:left;
 list-style: none;
 position:absolute;
}
/* rotator image style */
div#rotator ul li img {
 background: #FFF;
}
div#rotator ul li.show {
 z-index:500;
}


