/* rotator in-page placement */
div#rotator {
    position: relative;
    width: 460px;
    height: 330px;
    margin: 0;
}
div#rotator ul {
    margin: 0;
    padding: 0;
    width: 458px;
    position: relative;
}
/* rotator css */
div#rotator ul li {
    position: absolute;
    margin-left: 80px;
    float: left;
    list-style: none;
}
/* rotator image style */	
div#rotator ul li img {
    border: 1px solid #ccc;
    padding: 4px;
    background: #FFF;
}
div#rotator ul li.show {
    z-index: 500
}
div#rotator ul li.hideme {
    display: none;
}