
	/* ================================================================================ */
	/* = 
		This <div> element is wrapped by jCarousel around the list
		and has the classname "jcarousel-container". 
	= */
	/* ================================================================================ */
	
	.jcarousel-container {
		position: relative; margin: 10px 0 0 0; }
	.jcarousel-clip,
	.jcarousel-list {
		overflow: hidden;
		position: relative;
		padding: 0; margin: 0;
		}
	.jcarousel-clip {
		z-index: 2;
		height: 110px; 
		}
	.jcarousel-list {
		z-index: 1;
		top: 0; left: 0;
		}
	.jcarousel-item {
		float: left;
		width:50px!important; 
		height: 50px!important;
		padding:0!important;
		margin:0!important;
		list-style: none!important;
		/* We set the width/height explicitly. No width/height causes infinite loops. */
		background-image: none!important;
	}

	/* ================================================================================ */
	/* = 
		* The buttons are added dynamically by jCarousel before
		* the <ul> list (inside the <div> described above) and
		* have the classnames "jcarousel-next" and "jcarousel-prev".
	= */
	/* ================================================================================ */

	.jcarousel-next, .jcarousel-prev { height:11px}
	.jcarousel-next, .jcarousel-prev {
	    z-index: 3;
	    display: none;
	}
	
	