﻿/*html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: #f9f9f3;
}
body * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #222;
	line-height: 20px;
}*/
.containerslide {padding:0px 0px 60px; position:relative;}
.containerslide h4 {color:#000; margin:39px 0 30px 0;}
.leggi{color:red;}
.testo,.slide-block p{font-weight:600;color:black;}
.testo a{color:red;}

.chiudi,.leggi{cursor:pointer;}
.pager1 
{
    border:1px solid;
line-height: 22px;
padding: 16px 50px 0 0;
float: left;
}
.pager1 a {
border: 8px solid #fff;
border-radius: 10px;
/*display: none;*/
width: 10px;
height: 10px;
margin: 0 1px;
}
.pager1 a:hover {
background: rgba( 255, 255, 255, 0.3 );
}
.pager1 a.selected {
background: #fff;
}






.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}

#wrapper 
{
    margin:0 auto;
	/*border:2px solid;*/
	height: 220px;
	width: 960px; /*800px;*/
	/*min-height: 650px;
	min-width: 900px;*/
	padding-top: 1px;
}
#SliderPromo {
	margin: 0px 0 0 0;
	height: 250px;
	overflow: hidden;
	background: url(img/ajax-loader.gif) center center no-repeat;
}
			
#SliderPromo .slide 
{
	border:0px solid;
	position: relative;
	display: none;
	height: 220px;
	float: left;
	background-position: center right;
	cursor: pointer;
	border-left: 1px solid #fff;
}
			
#SliderPromo .slide:first-child {
	border: none;
}
			
#SliderPromo .slide.active {
	cursor: default;
}
			
#SliderPromo .slide-block {
	position: absolute;
	left: 20px;
	bottom: 10px;
	display: inline-block;
	/*width: 381px;*/
	background-color: #fff;
	background-color: rgba(255,255,255, 0.9);	
	padding: 10px;
	font-size: 14px;
	color: #134B94;
	border: 1px solid #fff;
	overflow: hidden;
	border-radius: 4px;
}
			
#SliderPromo .slide-block h4 {
	font-size: 26px;
	text-transform:none!important;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1;
}
#SliderPromo .slide-block p {
	margin: 0;
}

