/*
 * jQuery Nivo Slider v3.1
 * 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 */

.slider-wrapper {
	/*position: relative;
	z-index: 30;*/
	/*background: url(../img/slide_bg.jpg) repeat-x top center; */
}
.nivoSlider {
	width:100%;
}

.nivoSlider {
	height: 429px;
	margin: 0 auto; padding: 0;
	background: url(../img/loading.gif) no-repeat 50% 50%;
	overflow: hidden;
	position: relative;
	z-index: 30;
}


.nivoSlider img {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: none;
	background-size: cover;
	min-height: 429px;
	margin: auto;
}

@media screen and (max-width: 1200px) {
.nivoSlider img {min-width: 1200px;}
}

@media screen and (max-width: 640px) {
.nivoSlider {
	height: auto;
	margin: 0 auto;
	background: url(../img/loading.gif) no-repeat 50% 50%;
	overflow: hidden;
	position: relative;
	z-index: 30;
}
.nivoSlider img {min-width: 0;min-height: 0; width: 100%}
.nivo-html-caption { display: none;width: 100%}
.nivo-html-caption img { display: none;width: 100%}
	
 .sh .nivoSlider {
	display: block;
}	
}

.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;
}
/* 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;
	left:50%;
	top:0;
	width:1200px;height:429px; text-align: center; margin: 0 auto; margin-left: -600px;
	z-index:8;
	padding: 0;
	opacity: 1;
	overflow: hidden;
	display: none;
	-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-html-caption{
	width:960px; text-align: center; margin: 0 auto;min-width: 0;
}
.nivoSlider.nivo-html-caption img{
	width:960px; text-align: center; margin: 0 auto;min-width: 0;
}*/


.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:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}*/
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}




.nivo-controlNav {
	padding: 0 15px 0 15px;
	margin-top: 20px;margin-bottom: 0;
}
.nivo-controlNav img { vertical-align: bottom; }
.nivo-controlNav a {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../img/slide_icon.png) right top no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 5px;z-index: 77777;
}
.nivo-controlNav a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	background-color: transparent;
}
.nivo-controlNav a.active { background: url(../img/slide_icon.png) left top no-repeat; }
.nivo-directionNav, .nivo-directionNav a { display: none; }


/*@media screen and (max-width: 640px) {
.nivo-controlNav { display: none;}	
}*/









