/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-skin-mainGallery.jcarousel-container {
    position: relative;
	height: 271px;
	width: 351px;
	margin-left: 46px;
}

.jcarousel-skin-mainGallery .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0 0 0 0;
    overflow: hidden;
    position: relative;
	height: 271px;
	width: 351px;
}

.jcarousel-skin-mainGallery .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-skin-mainGallery .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	padding: 0;
	height: 271px;
	width: 351px;
	background: #fff;
}