/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container { position: relative; width:100%; overflow:hidden; }

.jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; width:662px; float:left; }
div#gallery .jcarousel-clip { width:662px; }
div#revo-shows .jcarousel-clip { width:300px; }

.jcarousel-list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin:0; padding: 0; }

div#gallery .jcarousel-list li, div#gallery .jcarousel-item { float:left; width:162px; height:175px; }
div#revo-shows .jcarousel-list li, div#gallery .jcarousel-item { float:left; width:300px; height:197px; }

