/*
 * jQuery Nivo Slider v3.2
 * 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 {height:auto; overflow:hidden; position:relative; width:100%;}
.nivoSlider img {left:0px; max-width:none; position:absolute; top:0px;}
.nivo-main-image {display:block !important; position:relative !important; width:100% !important;}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	background:white; 
	border:0;
	display:none;
	filter:alpha(opacity=0); 
	height:100%;
	left:0px;
	margin:0;
	opacity:0;
	padding:0;
	position:absolute;
	top:0px;
	width:100%;
	z-index:6;
}
/* The slices and boxes in the Slider */
.nivo-slice {display:block; height:100%; position:absolute; top:0; z-index:5;}
.nivo-box {display:block; overflow:hidden; position:absolute; z-index:5;}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	background:#000;
	bottom:0px;
	box-sizing:border-box;		 /* Opera/IE 8+ */
	color:#fff;
	display:none;
	opacity:0.8;
	overflow:hidden;
	padding:5px 10px;
	position:absolute;
	left:0px;
	width:100%;
	z-index:8;
	-moz-opacity:0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing:border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing:border-box;	/* Firefox, other Gecko */
}
.nivo-caption p {margin:0; padding:5px;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {cursor:pointer; position:absolute; top:45%; z-index:9;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {padding:15px 0; text-align:center;}
.nivo-controlNav a {cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}

@media (min-width:100px) {
	.nivo-caption {font-size:80%;}
}
@media (min-width:500px) {
	.nivo-caption {font-size:85%;}
}
@media (min-width:900px) {
	.nivo-caption {font-size:90%;}
}
@media (min-width:1000px) {
	.nivo-caption {font-size:100%;}
}
