/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
	width:747px;
	height:210px;
	margin-left:-9px;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	width:747px;
	height:196px;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	width:258px;
	height:193px;
}
.jcarousel-list li {
	margin-right:3px;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width:248px;
	height:193px;
}
