.carousel-component { 
	
	
	z-index:0;	
	left:0px;
	float:left;
}
.carousel-stop{
	position:relative;
	float:right;
	
	top:175px;
	right:20px;
	
	
	}
.carousel-component .carousel-list li { 
	margin-right:4px;
	width:160px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	
	/*	margin-left: auto;*/ /* for testing IE auto issue */
	
	background-color:#ffffff;
	text-align:center;
	
}



.carousel-component .carousel-list li a:hover { 
	border: 0px solid #aaaaaa; 
	
}

.carousel-component .carousel-list li img { 

	
	
}

.carousel-testa{
	background-color:#395259;
	color:#395259;
	height:37px;
	background-image:url('immagini/categoria-testa_sfondo.jpg');
	background-repeat:no-repeat;	
	background-position:top;			
		
	font-size:1pt;
	padding-top:0px;
	margin-top:0px;
	font-family:'century gothic',arial,tahoma,verdana;
}
.carousel-testa p{
	padding-top:2px;
	line-height:110%;	
	font-size:9pt;
	color:#ffffff;
	}
	
	
.carousel-foto{
	padding:5px;
	height:150px;
}

#carousel_bottoni{		
	background-color:#373737;
	width:652px;
}

#carousel_freccia-sx{
			float:left;
			width:50px;
			
	}
#carousel_freccia-centro{
			float:left;
			text-align:center;
			width:552px;
			margin-top:5px;
	}	
#carousel_freccia-dx{
			float:right;
			width:50px;
			text-align:right;
	}
#prev-arrow { 
	
	z-index:3;
	cursor:pointer; 
	
}

#next-arrow { 
	
	z-index:3;
	cursor:pointer; 
	
}