@charset "utf-8";
/* CSS Document */
.panel_imgSlider {
	width: 1000px;
	height: 500px;
	background-color:#FFF;
	color:#000;
	margin-bottom: 6px;
	/*border-radius: 18px;*/
}
.contenitore_immagini {
	width: 1000px;
	height: 500px;
	margin: 0px;
	padding: 0px;
	color:#000;
	position:absolute;
	overflow:hidden;
	/*border-radius: 15px;*/
}
.maschera_immagini {
	width: 1000px; 
	height: 500px;
	position:absolute;
	/*border-radius: 15px;*/
	background-color:#000;
	margin: 0px;
	padding: 0px;
}
.slider_img {
	width: 1000px;
	height: 500px;
	color:#FFF;
	/*position:absolute;*/
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100% auto;
	float:left;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	/*border-radius: 15px;*/
}
.slider_pallini {
	width: 1000px;
	height: 16px;
	margin-top:464px;
	position:absolute;
	margin-left: 0px;
	z-index: 4;
	/*border-radius: 15px;*/
}
.maschera_alpha {
	width: 1000px;
	height: 500px;
	position:absolute;
	margin-left: 0px;
	z-index: 3;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	background-image:url(../images/maschera_img_slider.png);
	/*border-radius: 15px;*/
	background-size: 100% 100%;
}
.link_sovrastanti {
	width: 950px;
	height:425px;
	position:absolute;
	margin-left: 25px;
	margin-top: 25px;
	z-index: 5;
	color:#FFF;
	cursor:pointer;
}
.slider_pallino {
	width: 16px;
	height: 16px;
	float: left;
	cursor: pointer;
	margin-left: 1px;
	margin-right: 1px;
	
}
.slider_titolo_img {
	background-image:url(../images/sfondo_rosso.png);
	background-repeat:repeat;
	width: 190px;
	padding-left: 10px;
	padding-right: 10px;
	height: 27px;
	font-family: "font_bold";
	font-size:16px;
	line-height: 29px;
	margin-top: 165px;
	margin-left: 40px;
	position:absolute;
}
.slider_testo_img {
	background-image:url(../images/sfondo_nero.png);
	background-repeat:repeat;
	width: 390px;
	padding: 5px;
	height: 20px;
	font-family: "font_regular";
	font-size:12px;
	line-height: 20px;
	margin-left: 300px;
	margin-top: 410px;
	position:absolute;
	overflow: hidden;
	border-radius: 3px;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}
.slider_link_img {
	width: 30px;
	height: 30px;
	z-index: 3;
	position:absolute;
	margin-left: 335px;
	margin-top: 271px;
	cursor:pointer;
}
