/*sezione slogan a scorrimento*/
#slogan
{
	float:left;
	width:100%;
	height:370px;
	background-color: #000000;
}

#sliderContainer { width: 100%; position: relative; margin: 0 auto; float:left; margin-top: 0px; }
.slideContent {  background:url("../immagini/contentBg.png") repeat scroll 0 0 transparent; position: absolute; bottom:0px; right:0px; padding: 10px; width: 920px; padding-left:20px;}
.jFlowSlideContainer { overflow: hidden; }
.jFlowSlideContainer a { text-decoration: none; font-style: italic; }
.jFlowSlideContainer a:hover { text-decoration: none; }
.jFlowSlideContainer a:focus { position: relative; top: 1px;}
.jFlowNext { background:url("../immagini/freccia_dx.png") no-repeat; height:130px; position:absolute; right: 0px; width:50px; cursor:pointer; }
.jFlowPrev { background:url("../immagini/freccia_sx.png") no-repeat; height:130px; position:absolute; left: 17px; width:50px; cursor:pointer; }

#myController {position: absolute; top: 5px; right: 25px; }
.jFlowControl { background:url("../immagini/bullet.png") no-repeat scroll 0px 0px transparent;  float: left; width: 15px; height: 15px;}
.jFlowControl:hover { background-position: -32px 0px; cursor: pointer; }
.jFlowSelected, .jFlowSelected:hover {background-position: -15px 0px;   }

.img_slider
{
	float: left;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.testo_slider
{
	float: left;
	margin-left: 50px;
    margin-top: 2%;
	padding: 8px;
	
}
.testo_slider h1
{
	font-size: 28px;
	line-height: 12px;
}
.testo_slider .divspan
{
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 8px;
	float: left;
}
.testo_slider .divspan p
{
	font-size: 14px;
	color: #e0eeff;
	font-weight: bolder;
	font-style: italic;
	margin-bottom: 8px;
	float: left;
}