/*
 * jQuery Nivo Slider v2.3
 * 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
 */
 
 
/* The Nivo Slider styles */

#slider {
	height: 100% !important;
    left: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 100;
	
}




.nivoSlider {
	background-size:100% 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:fixed;
	z-index:50;
	height:100% !important;
	background-size:100% 100% !important;
	width:100% !important;
}

.nivo-slice img{position:fixed; width:100% !important; height:100% !important;}


/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	top:0px;
	background:#2f1e0a;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	height:75px;
}

.nivo-caption .content_nv{width:960px; margin:0 auto; line-height:14px;}


.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{
 
}

.nivo-directionNav a {
	
 
    display: block;
    height: 93px;
    text-indent: -9999px;
    width: 68px;
	position:absolute;
	bottom:50%;
	cursor:pointer;
	z-index:100;
	
}





a.nivo-nextNav {

	 cursor: pointer;
    display: block;
    height: 500px;
    position: absolute;
    top: 75px;
    width: 100%;
    z-index: 500000;

}

a.nivo-nextNav:hover {
	background-position:0px 0;
}




/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	text-align:center;
	/*width:100%;*/
	padding:0;
	bottom:22px;
	right:15px;
	z-index:9999;
	font:normal 11px Tahoma, Geneva, sans-serif;
	text-align:center;
}

.nivo-controlNav a {
	float:none;
	position:relative;
	z-index:99;
	text-align:center;
	font-weight:400;
	color:#fff;
	cursor:pointer;
	display:inline-block !important;
	margin-left:4px;
	/*text-indent:-9999px;*/
	width:19px;
	height:16px;
	overflow:hidden;
	background:url(../images/controlNav.png) left top no-repeat;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding-top:2px;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background:url(../images/controlNav.png) -23px top no-repeat;
	color:#000;
}