@charset "utf-8";
/* CSS Document */

/* The Nivo Slider styles */

.nivoSlider {
	position:relative;
	
	margin: 0 auto;
	padding: 0;
	
	max-width: 1200px;
	height: auto;
	
	overflow:hidden;

	z-index:0;
}

.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	
	z-index:1;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
/* 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:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img {display:block;}

/* Caption styles */
.nivo-caption{
	position:absolute;
	right:12px;
	bottom:12px;
	
	margin: 0;
	padding:0;
	
	font:normal normal 14px sans-serif;

	color:black;
	
	text-shadow:2px 2px 3px #000;

	z-index:9;
	
	overflow:hidden;

	display:block;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:block;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:0;
	z-index:9;
	cursor:pointer;
	width:500px;
	height:100%;
	color:rgba(255,255,255,0);
}
.nivo-prevNav {
	left:0px;
	background:rgba(255,255,255,0);
}
.nivo-nextNav {
	right:0px;
	background:rgba(255,255,255,0);
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:25px;
	
	margin-left:-468px;
	padding:0px;
	
	width:936px;
	
	text-align:right;

	display:none;
	
	z-index:10;
}
.nivo-controlNav a{
	margin:3px;
	padding:0px 25px 0px 25px;
	display:inline;
	border:none;
	border-radius:5px;
	background:rgba(4,152,0,0.3);
	color:transparent;
	cursor:pointer;
}
.nivo-controlNav a.active{background:rgba(4,152,0,1);}
.nivo-controlNav a:hover{background:rgba(4,152,0,0.7);}
