/**
 * 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:605px; height:180px; float:left; }
.jcarousel-list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin:0; padding: 0; height:180px; }
.jcarousel-list li, .jcarousel-item { float: left; width:107px; height:180px; }

div.two-column-layout1 div.column2 div#gallery .jcarousel-clip { width:335px; height:73px; }
div.two-column-layout1 div.column2 div#gallery .jcarousel-list { height:73px; }
div.two-column-layout1 div.column2 div#gallery .jcarousel-list li, div.two-column-layout1 div.column2 div#gallery .jcarousel-item { width:107px; height:73px; }