/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {position: relative; overflow: hidden;}
.jcarousel-clip {z-index: 2; padding: 0; margin: 0; overflow: hidden !important; position: relative; background-color: #F0F0F0;}
.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: 120px; height: 100px; margin:10px 7px;
}
.jcarousel-next {
    z-index: 3; display: none;
    /*
	background: #F0F0F0 url(/img/carouselLite/imageNavRight.gif) no-repeat center left; 
	height: 120px; width: 30; cursor:pointer; left: 470px; position: absolute;
	*/
}
.jcarousel-prev {
    z-index: 3; display: none;
    /*background: #F0F0F0 url(/img/carouselLite/imageNavLeft.gif) no-repeat center right;*/ 
    /* height: 120px; width: 30; cursor:pointer; position: absolute;*/ 
}
.jcarousel-item img {border: none;}
