/*
 * 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 */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	display:none;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
.nivoSlider a {
	border:0;
	display:block;
}
.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;
}
.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; }

.nivo-controlNav, .nivo-directionNav {display:none}
.nivo-caption {
	position:absolute;
	display:none;
	top:20%;
	left:10%;
	background:none;
	z-index:90;
	font-family:trebuchet MS;
	font-size:2.8vw;
	line-height:2.8vw;
	background:rgba(0,0,0,0.7); 
	color:white;
	font-weight:400;
	text-transform:uppercase;
	padding:20px;
	opacity:0.95;
}
@media only screen and (min-width:861px) and (max-width: 1150px) {
	
#slidercontainer {
	overflow: hidden !important;
}

#slider {
	position:relative !important;
    width:120% !important;
	overflow: hidden !important;
	right:10% !important;
}	

.nivo-caption {
	top:20%;
	left:16%;
	font-size:3.8vw;
	line-height:3.8vw;
}

}

@media only screen and (min-width:760px) and (max-width: 860px) {
	
#slidercontainer {
	overflow: hidden !important;
}

#slider {
	position:relative !important;
    width:140% !important;
	overflow: hidden !important;
	right:20% !important;
}	

.nivo-caption {
	top:20%;
	left:16%;
	font-size:3.8vw;
	line-height:3.8vw;
}
	
}

@media only screen and (min-width:600px) and (max-width: 759px) {

#slidercontainer {
	overflow: hidden !important;
}

#slider {
	position:relative !important;
    width:140% !important;
	overflow: hidden !important;
	right:20% !important;
}	

.nivo-caption {
	top:20%;
	left:16%;
	font-size:4.8vw;
	line-height:4.8vw;
}
	
}

@media screen and (max-width: 599px){

#slidercontainer {
	overflow: hidden !important;
}

#slider {
	position:relative !important;
    width:160% !important;
	overflow: hidden !important;
	right:30% !important;
}

.nivo-caption {
	top:20%;
	left:20%;
	font-size:4.8vw;
	line-height:4.8vw;
}
}
