
/* slideshow */
#slideshow, #slideshow_noslide {
	position:relative;
	width:700px;
	height:315px; 
	margin:0px auto 0px;
	/*background: url('../images/slide/1.jpg');*/
	overflow:hidden;
	clear:both;
}
/*
.slide_entry, .slide_entry_noslide { position: relative; width: 700px; height:300px; }
*/
#slideshow ul { 
	list-style:none;
	left:0px; 
	width: 700px; 
	top:0px; 
	overflow: hidden; 
	position: absolute; 
}

#slideshow ul li {
	float: left;
	position: absolute;
	text-align: center;
	width: 700px;
	height:315px;
	/*background: url('../images/handshake.jpg');*/
}

/*Immagini Slide*/
.slide_one{
	background: url('../images/slide/1.jpg');
}
.slide_two{
	background: url('../images/slide/2.jpg');
}
.slide_three{
	background: url('../images/slide/3.jpg');
}
.slide_four{
	background: url('../images/slide/4.jpg');
}

.main_title, .subtitle {
	position:absolute;
	padding:10px;
	width:700px;
	text-align:left;
	color:#fff;
	/*background:#333;
	opacity:0.7;*/
	background: url(../images/overlay.png);
}

#number { 
	z-index: 50; 
	position: absolute; 
	bottom: 10px; 
	right: 10px; 
}

#number a { margin: 0 5px; padding: 3px 5px; color:#333; text-decoration: none }

#number a.activeSlide { color: #33ADD6; text-decoration:none;}

#number a:hover { color: #33ADD6; text-decoration:none;}

#number a:focus { outline: none; text-decoration:none; }

.main_title { top: 225px; font-size:26px; height: 31px;}/*Altezza per impedire stacchi dallo sfumato*/

.subtitle { top:276px; font-size:16px;}
