/*
 * 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;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.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;
}
.nivo-html-caption {
	display:none;
}
.nivo-directionNav {
	display:none
}
/* Direction nav styles (e.g. Next & Prev) */


.nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:9;
	cursor:pointer;
	display:block;
font-size:0;
line-height:0;
text-indent:-1000px;
overflow:hidden;
width:35px;
height:40px;
vertical-align:middle;
background-repeat:no-repeat;background-color:#3a3a3a;
background-position:50% 50%;margin-top:-20px;
	font-size:0;
	line-height:0;
	text-indent:-1000px
	
}
.nivo-prevNav {
	left:0px;
	text-align:left;
background:url(../images/prev.png);
 border-radius:0 4px 4px 0
}
.nivo-nextNav {
	right:0px;
	text-align:right;
 background:url(../images/next.png);
 border-radius:4px 0 0 4px
	
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:8px;
	bottom:-80px;
	}
.nivo-controlNav a {
	cursor:pointer;
	margin-left:12px;
}
.nivo-controlNav a img {
	border:3px solid #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width:118px;
	max-width:none;
	height:auto
}
.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
	border:3px solid #ffae46;
}
 @media only screen and (min-width: 1300px) {
 .nivo-controlNav a img {
 width: 172px;

}
.nivo-controlNav {
 left:17px;
bottom:-90px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 995px) {
.nivo-controlNav a img {
 width: 78px;
}
.nivo-controlNav {
 left:9px;
bottom:-75px;
}
}

@media only screen and (max-width: 768px) {
 .nivo-controlNav {
 display:none
}

.nivo-directionNav {
	display:block
}
}

@media only screen and (max-width: 488px) {
	.nivo-directionNav a{width:25px}	
	}

