/************************************************
	      JCAROUSEL LITE		
************************************************/
#list {
	height:508px;
	width: 755px; 
	margin:0px; 
}

.slider {
	float:left;
	left: -5000px; 
	margin: 0px; 
	position:relative; 
	visibility:hidden;	
}
	
.slider ul {
	height: 100%;
	width:715px; 
}

.slider ul li {
	padding: 0px;
	width: 715px;
}

.prev,
.next {
	cursor:pointer;
	/*
	float:left;
	width: 20px;
	text-align: center;
	background: #917863 url(../img/freccia_sx_full.png) center center no-repeat;
	/*height: 506px;*/
	/*height: 100%;*/
	display: block;
	height: 14px;
	width: 14px;
	background: transparent url(../img/catalogo_freccia_sx.png) center center no-repeat;
}

.next {
	/*cursor:pointer;*/
	/*
	float:right; 
	width: 20px;
	text-align: center;
	background: #917863 url(../img/freccia_dx_full.png) center center no-repeat;
	/*height: 505px;*/
	/*
	height: 506px;
	border-top: #dadada solid 1px;
	border-bottom: #dadada solid 1px;
	*/
	
	background: transparent url(../img/catalogo_freccia_dx.png) top left no-repeat;
}

.disabled {
	/*background: #917863 url(../img/bg_freccia_full.png) top left repeat;*/
	cursor: normal;
	background: transparent;
}

/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
	background: #000000;
	color: #ffffff; 
	cursor:default;
	padding:2px; 
	font-size:11px;   
	text-align:center;
}

.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
	padding:2px;
}

.caption a:hover, .caption a:hover {
	background:#202020;
}
