/*
 * 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;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:inherit;
	height:inherit;
}
.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;
	bottom:72px;
	right:22px;
	color:#fff;
	z-index:8;
	padding: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+ */
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
    top:50%;
	margin:-26px 0 0;
    position: absolute;
    left: 0;
    width: 100%;
	z-index:9999;
}
.nivo-directionNav a {
	display:block;
	width:21px;
	height:52px;
	text-indent:-9999px;
	cursor:pointer;
	position:absolute;
}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom:3px;
	left:0;
	right:0;
	height:37px;
	line-height:37px;
	z-index:100;
	text-align:center;
	background:#fe9801;
	width:100%;
}
.nivo-controlNav a {
	cursor:pointer;
	width:10px;
	height:10px;
	margin:-6px 3px 0;
	top:50%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	text-indent:-9999px;
	position:relative;
	z-index:1;
	background:#ffcc80;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior:url(StyleSheets/PIE.htc);
}
.nivo-controlNav a.active {
	background:#fff;
}


.imgslide img {
    display: none;
    visibility: hidden;
}
.imgslide:first-child img {
	display:inline;
	visibility:visible;
}


