/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
  position: relative;
}

.jcarousel-clip {
 z-index: 2;
 padding: 0;
 margin: 0 0 0 0;
 overflow: hidden;
 position: relative;
 height: 96px;
}

.jcarousel-list {
 z-index: 1;
 overflow: hidden;
 position: relative;
 top: 0;
 left: 0;
 margin: 0;
 padding: 0;
}

.jcarousel-list li {
 	float: left;
 	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	height: 45px;
}

.jcarousel-item {
 float: left;
 list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 45px;


}

.jcarousel-container-vertical {
 width: 200px;
 height: 96px;
 padding: 0px;
}

.jcarousel-clip-vertical {
  width:  200px;
  height: 96px;
}






