@charset "utf-8";
/* CSS Document */

.pager {
	padding-top:5px;
	width:370px;
	height:8px;
}
.pager a {
	float:left;
	margin-right:5px;
	width:15px;
	height:8px;
	color:#FFF;
	text-align:center;
	font-size:0px;
	text-decoration:none;
	background:url(img/pager.gif) top left repeat-x; 
	  
}
.pager a.activeSlide {
	color:#626262; 
	background:url(img/pager_sel.gif) top left repeat-x;
}
.pager a:focus {
	color:#626262;
	outline:none; 
}

#area_carousel #prev {
	float:left;
	width:32px;
	height:100px;
}
#area_carousel #next {
	float:right;
	width:26px;
	height:100px;
}
.elemento{
	float:left;
	width:110px;
	overflow:hidden;
	background:#ffffff;
	margin-right:3px;
	}
	#area_carousel{
		width:511px;
		height:100px;
		overflow:hidden;
		background:none;
		}
		#carousel_home{
			position:relative;
			float:left;
			height:100px;
			overflow:hidden;
			width:453px;
			background:none;
		}
		.blocco_carousel{	
			height:100px;
			width:456px;
			overflow:hidden;
			background:none;
		}
		#img_prev{
			 height:384px; 
			 margin-top:30px; 
			 width:512px; 
			 overflow:hidden;
		}
			#img_prev img{
			 	border:none;
			}
			#img_prev_testo{
				padding-top: 10px; 
				text-align: center; 
				padding-left: 5px;
				padding-right: 5px;
			}
