/**
 * 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;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index:0;
    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: 412px;
    height: 250px;
}

.jcarousel-list ul li img {
	float:left;
	border:0px;
}

#desc_tf {
	position:absolute;
	z-index:500;
	height:100px;
	width:402px;
	padding:5px;
	color:#e3e3e1;
	top:150px;
	background: url(../img/sfondo_nero.png) repeat;
}

#desc_tf  h1 {
	font-size:14px;
	color:#FFFFFF;
	margin:0px;
	padding:5px 0px 10px 0px; 
}

#desc_tf  h2 {
	font-size:12px;
	color:#FFFFFF;
	margin:0px;
	padding:0px; 
}

#desc_ls {
	position:absolute;
	z-index:500;
	height:100px;
	width:402px;
	padding:5px;
	color:#e3e3e1;
	top:150px;
	background: url(../img/sfondo_nero.png) repeat;
}

#desc_ls  h1 {
	font-size:14px;
	color:#FFFFFF;
	margin:0px;
	padding:5px 0px 10px 0px; 
}

#desc_ls  h2 {
	font-size:12px;
	color:#FFFFFF;
	margin:0px;
	padding:0px; 
}

#desc_ci {
	position:absolute;
	z-index:500;
	height:100px;
	width:402px;
	padding:5px;
	color:#e3e3e1;
	top:150px;
	background: url(../img/sfondo_nero.png) repeat;
}

#desc_ci  h1 {
	font-size:14px;
	color:#FFFFFF;
	margin:0px;
	padding:5px 0px 10px 0px; 
}

#desc_ci  h2 {
	font-size:12px;
	color:#FFFFFF;
	margin:0px;
	padding:0px; 
}

/**
 * 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 {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

#nav_slider {
	clear:both;
	background:url(../img/sfondo_slider.gif) repeat-x;
	height:28px;
	border-bottom:10px solid #FFFFFF;
	border-top:10px solid #FFFFFF;
}


#mycarousel-prev {
	float:left;
	width:30px;
	padding:0px;
	margin:0px;
}

#mycarousel-next {
	float:right;
	width:30px;
	padding:0px;
	margin:0px;
} 

#mycarousel-prev img , #mycarousel-next img {
	border:0px;
	float:left;
}