/*--------- slider ---------*/
#slider {
	width: 100%;
	height: 400px;
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
	
}
.slider-block {
	width: 1066px;
	position: absolute;
	left: 50%;
	margin-left: -533px;
}

#immaginicontatti {
	margin-top:-35px;
	
	
	
	
	
	}


.slider {
	width: 960px;
	height: 400px;
	margin: 0 auto;
}
#sliderdue {
	width: 100%;
	height: 500px;
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
}

#testo{
	font-size:15px;
	margin-bottom:30px;
	
	
	}


.slider-blockdue {
	width: 1066px;
	position: absolute;
	left: 50%;
	margin-left: -533px;
}
.sliderdue {
	margin-left:60px;
	width: 380px;
	height: 400px;
	float:left;
}
.sliderprova {
	margin-right:70px;
	margin-top:15px;
	width: 480px;
	height: 400px;
	float:right;
}
.items {
	display: none;
}
.pagination {
	display: none;
}
.banner {
	background: url(../images/banner.png) 0 0 repeat;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 690px;
	width: 270px;
	height: 400px;
	font-size: 11px;
	line-height: 22px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.banner>div {
	padding: 40px 30px 0px 40px;
}
.banner span {
	display: block;
	font-size: 35px;
	line-height: 42px;
	color: #353535;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}
.banner strong {
	display: block;
	font-size: 20px;
	line-height: 25px;
	color: #9f9fa6;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: -3px;
}
.banner p {
	text-transform: uppercase;
	margin-top: 18px;
}
.banner a {
	margin-top: 52px;
}
.prev {
	position: absolute;
	top: 180px;
	left: 0px;
	background: url(../images/prev.gif) 0 0 no-repeat;
	width: 23px;
	height: 41px;
	z-index: 111 !important;
	display: inline-block;
}
.prev:hover {
	background-position: 0 bottom;
}
.next {
	position: absolute;
	top: 180px;
	right: 0px;
	background: url(../images/next.gif) 0 0 no-repeat;
	width: 23px;
	height: 41px;
	z-index: 111 !important;
	display: inline-block;
}
.next:hover {
	background-position: 0 bottom;
}
