/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
.nivoSlider {
	position:relative;
	background-color: #202834;
	z-index: 0;
	width: 960px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	margin-top: 2px;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	text-align: justify;

}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#FFF;
	/* opacity:0.8; Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	text-align: justify;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	height: 30px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position:absolute;
	top:25%;
	z-index:99;
	cursor:pointer;
	text-align: justify;
	width: 120px;
	float: right;
}


.nivo-prevNav {
	color: #FFF;
	height: 95px;
	width: 35px;
	background-image: url(../Struttura/Arrow_Left.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	font-size: 0px;
	margin-left: 15px;
	text-align: left;
	clip: rect(0px,auto,auto,auto);
	margin-top: 25px;
	left: 0px;
	text-transform: none;
	position: relative;
	z-index: 1500;
}
.nivo-nextNav {
	right:30px;
	color: #333;
	text-transform: none;
	height: 95px;
	width: 35px;
	background-image: url(../Struttura/Arrow_Right.png);
	background-position: 50% 50%;
	margin-top: 25px;
	background-repeat: no-repeat;
	font-size: 0px;
	position: relative;
	z-index: 1500;
	margin-right: -30px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#slider {
	position:relative;
	width:960px;
	background-color: #FFFFFF;
	background-image: url(../images/lightbox-ico-loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 3;
	margin-right: auto;
	margin-left: auto;
	height: 235px;
}
#slider img {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	width: 960px;
	background-color: #FFFFFF;
	height: 235px;
}
