/* Css Poste.it - Gestione Slider Home ( utilizzato dalle home di sezione Privati e pmi) */
/* Gaetano De Sandi */

div.scroller div.section , div.scroller {
	width: 454px;
	height: 124px;
	overflow:hidden;
	float:left;
}
div.scroller div.content {
	width: 10000px;
}

.frecciaSxSlider {
	width:23px;
	height:124px;
}
.frecciaDxSlider {
	width:24px;
	height:124px;
}
#slider_newsContainer , #slider_BannerContainer {
	width:503px;
	margin:0;
	padding:0;
	height:124px;
	/*position:relative;*/
}
#slider_newsContainer{
	background-image:url(/resources/images/home/news/sfondocompleto_opaco_unico.jpg);
	}
#slider_BannerContainer{
	background-image:url(/resources/images/home/news/sfondocompleto_withoutTH.jpg);
	}
.subsection_1 , .subsection_2{
	width:454px;
	height:98px;
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:25px;
	}
	
.subsection_1 img{
	/* dimensione max image 70px X 70px */
	max-height:70px;
    max-width:90px;
	height:expression(this.height>this.width-20 && this.height>70?70:true);
    width:expression(this.width>this.height-20 && this.width>90?90:true);
    float:right;
	}
.subsection_1{
	/*background-image:url(/resources/images/home/news/spanleft.jpg);*/
	}
.subsection_2{
	/*background-image:url(/resources/images/home/news/spanright.jpg);*/
	}
.subsection_1 p , .subsection_2 p{
	padding:7px;
	color:#666666;
	font-size:11px;
	}
.notizia{
	padding-bottom:7px;
	}
.subsection_1Banner , .subsection_2Banner{
	width:225px;
	height:119px;
	float:left;
	}
.subsection_1Banner{
	padding:2px 2px 1px 1px;
	}
.subsection_2Banner{
	padding:2px 0px 1px 1px;
	}
.controls{
	color:#666666;
	position:absolute;
	top:4; 
	right:60;
	}
.subPad{
	color:#666666;
    font-size:11px;
    padding:4px 7px 0px 7px;
	}
	
/* rimuove focus tranne IE6 */
*:focus { 
	outline: none; 
	}
*::-moz-focus-inner { 
	border: none; 
	}	