@charset "utf-8";
/* CSS Document */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	
	margin: 0 auto;
	
	max-width:1200px;
	
	overflow:hidden;

	z-index:0;
}

.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	
	z-index:1;
}

.nivo-main-image {
	position: relative !important; 

	display: block !important;

	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;

	margin:0;
	padding:0;

	width:100%;
	height:100%;

	border:0;

	z-index:6;

	display:none;

	background:white; 

	filter:alpha(opacity=0); 

	opacity:0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	position:absolute;
	top:0;

	z-index:5;

	height:100%;

	display:block;
}

.nivo-box {
	position:absolute;

	z-index:5;

	overflow:hidden;

	display:block;
}
.nivo-box img {display:block;}

/* Caption styles */
.nivo-caption{
	position: absolute;
	left: 0;
	bottom: 0;
	
	font: normal 18px sans-serif;

	color: white;
	
	text-shadow: 1px 1px 3px dimgray;
	text-align: center;
	
	width: 100%;
	height: 36px;
	line-height: 36px;
	
	background-color: rgba(0,0,0,0.3);
	
	z-index: 9;
	
	overflow: hidden;
	
	-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;
	right: 24px;
	top: 12px;
	
	margin: 0 auto;
	padding: 0;

	display: none;
	
	z-index: 10;
}
.nivo-controlNav a{
	margin: 6px;
	padding: 0 3px;

	display: none;

	border-radius: 8px;

	background: transparent;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	
	text-align: center;
	
	box-shadow: 0 0 5px rgba(0,0,0,1);

	color: transparent;

	cursor: pointer;
}

.nivo-controlNav a:hover{background:rgba(255,255,255,1);}
.nivo-controlNav a.active{background:rgba(119,136,153,1);}
