/* Carousel CSS Starts */ #carousel { position: relative; } #caro_left { position: absolute; top: 22px; left: -10px; } #caro_right { position: absolute; top: 22px; right: -10px; } #caro_images1 { position: relative; overflow: scroll; /* Show scrollbars for graceful degradation when javascript is disabled. We'll change this to "hidden" in the javascript */ height: 74px; /* carousel collapses on resize without this */ padding: 7px 0px; } #caro_images2 { white-space: nowrap; position: absolute; padding: 0px 6px; } #caro_images2 img { border: 0; vertical-align: middle; padding: 0px 10px; } /* Carousel CSS Ends */