@charset "utf-8";
/*Slideshow*/


#slides {
	height: 400px;
	width: 580px;
	margin-top: 0px;
	margin-left: 20px;
	position: relative;
	float: left;
	
}


.slider-text {
	width: 100%;
	height: 30px;
	padding: 5px;
	background: #000;
	opacity: 0.8;
	
	z-index:500;
	position:absolute;
	bottom: 0px;
	left:0px;
	
}

.slider-text h1 {
	color:#CCC !important;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	z-index: 501;
	margin-bottom: 5px;
	margin-top: 5px !important;
}

.slider-text p {
	color: #CCC !important;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	z-index: 501;
	margin-top: 0px;
}






/*
	Slideshow
*/
/*
#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:580px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:580px;
	height:370px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top: 170px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	display: none;
}

#slides .next {
	left:580px;
	
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
	width:100px;
	position: relative;
	top: 15px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:0px 10px 0 10px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:960px;
	font-size:1.3em;
	line-height:15px;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	display: none !important;
}


/*Zona titulo slideshow*/

/*Fondo*/


/*Stilo titulo*/
#texto-img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #02326A;
	height: 34px;
	width: 600px;
	line-height: 34px;
	padding-left: 10px;
}
