/* rotator in-page placement */ div.rotator { position:relative; height:140px; margin:15px 0 15px; display: none; } /* rotator css */ div.rotator ul li { float:left; position:absolute; list-style: none; } /* rotator image style */ div.rotator ul li img { margin-right: 20px; } div.rotator ul li.show { z-index:500 } div.logos { position:relative; height:140px; margin:15px 0 15px; display: none; } div.logos, div.logos ul li img { margin-right:0; } div.logos ul li { float:left; position:absolute; list-style: none; } div.logos ul li.show { z-index:500 }