
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	border-radius:0;
}
.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:0px;
	bottom:0px;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 0 0 0 0;
	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-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;
	display:none;
}
.nivo-prevNav {
	left:0px; display:none;
}
.nivo-nextNav {
	right:0px; display:none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { z-index:999; text-align:center; font-size:0; line-height:0; padding: 7px 0 2px 0; 
width:auto; clear:both; height:22px; margin:0 auto 0 45%;}

.nivo-controlNav A {float:left; height:22px; width:22px; background: url(../images/pagination.png) 0 0 no-repeat;
border:0; cursor:pointer; text-align:center; font-size:0px; /* text-indent:-9999px; 	*/}

.nivo-controlNav A.active {height:22px; width:22px; background: url(../images/pagination.png) 0 0 no-repeat; background-position:-22px 0;}





/* New slider */
.slider-bg{background:url(../images/slider-light.jpg) center top repeat-x; padding-top:22px; padding-bottom:1px; border-bottom:1px solid #00432e;}
#slides{}
.slides_container{}
.slide{}
.slide img{border-radius:0;}
.slider_loading{ text-align:center; color:#FFFFFF}


@media only screen and (max-width: 995px){

	
}
@media only screen and (max-width: 767px){


}
@media only screen and (max-width: 479px){


}