/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	width:100%;
	height:auto;
	z-index:10;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	min-width:100%;
}
.images-slider-wrap {
	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:60px;
	bottom:108px;
	background:#977c51;
	color:#fff;
	z-index:8;
	padding: 18px 25px 15px;
	width:270px;
	min-height:63px;
	overflow: hidden;
	display: none;
	font-size:14px;
	line-height:16px;
	font-family: 'minion_proitalic';
}
.header-visual .nivo-caption{
	display:none;
}
.nivo-caption h3{
	font-size: 24px;
	line-height: 20px;
	font-weight:normal;
	margin:0 0 5px 0;
	font-family: 'pf_din_text_cond_proregular';
}
.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) */
.header-visual .nivo-directionNav{
	display:none;
}
.nivo-directionNav a {
	position:absolute;
	/*top:45%;*/
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav,
.nivo-nextNav{
	width:16px;
	height:16px;
	padding:4px;
	top:50%;
	margin-top:-12px;
	text-indent:-9999px;
}
.nivo-prevNav {
	left:30px;
	background:url(../img/slider-arr-left.png) 50% 50% no-repeat #3a84a0;
	
}
.nivo-nextNav {
	right:30px;
	background:url(../img/slider-arr-right.png) 50% 50% no-repeat #3a84a0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	text-align:center;
	padding: 0;
	right:30px;
	bottom:35px;
	z-index:30;
}
.nivo-controlNav a {
	cursor:pointer;
	float:left;
	width:16px;
	padding:4px;
	margin-left:6px;
	background:#3a84a0;
	color:#fff!important;
	text-align:center;
}
.nivo-controlNav a.active {
	font-weight:bold;
	color:#3a84a0!important;
	background:#fff;
}
.nivo-controlNav a:hover{
	text-decoration:none;
}