/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none;	
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;	
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	display: block;	
	height: 104px;
	width: 318px;	
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  318px;
	height: 104px;	
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	display: block;
    width: 318px;
	height: 104px;
	margin: 0;
	padding: 0;	
	overflow: hidden;	
}