/**
 * 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 0 0 15px; 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: 720px;  height: 120px;}
.jcarousel-item {width: 720px!important;width:720px;height: 120px;}
.jcarousel-item:hover { }
.jcarousel-item-horizontal {margin-right: 36px;}

.jcarousel-container { }
.jcarousel-container-horizontal {width: 720px!important;width:720px; padding: 13px 36px;}
.jcarousel-clip-horizontal {width:  720px; height: 120px;}


/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {position: absolute;top:31px;right: -11px;width: 25px; height: 56px;
    cursor: pointer; background: transparent url(off_dx.gif) no-repeat 0 0;}
.jcarousel-next-horizontal:hover{background: transparent url(on_dx.gif) no-repeat 0 0;}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {cursor: default;
background: transparent url(stop_dx.gif) no-repeat 0 0;}

.jcarousel-prev-horizontal {position: absolute;top: 31px;left: 8px;width: 25px; height: 56px;
    cursor: pointer;  background: transparent url(off_sx.gif) no-repeat 0 0;}
.jcarousel-prev-horizontal:hover{background: transparent url(on_sx.gif) no-repeat 0 0;}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {  cursor: default;
background: transparent url(stop_sx.gif) no-repeat 0 0;}


h3.carosello_titolo{
	background: #EFEEEC; margin-bottom: 0; padding: 3px;
}







