/*
 * 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 {
	position:relative;
	width:100%;
	height:auto;
	overflow: visible;
}
.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.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
.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-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
.nivo-directionNav a {
	background: url(img/rhino.png) no-repeat 0 0;
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	width: 48px;
	height: 53px;
	text-indent: -100px;
	overflow: hidden;
}
.nivo-directionNav a.nivo-prevNav {
	background-position: 0 0;
	left:-24px;
}
.nivo-directionNav a.nivo-nextNav {
	background-position: -48px 0;
	right:-24px;
}
.nivo-directionNav a:hover{opacity: 0.9;filter: alpha(opacity=70);}
.nivo-controlNav {
    padding: 15px 0;
    position: relative;
    text-align: left;
    overflow: hidden;
}
.nivo-controlNav a {position: relative;display: block;width: 105px;height: 80px;overflow: hidden;cursor: pointer;}
.nivo-controlNav a:after {content: " ";position: absolute;display: block;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0);
    -webkit-transition: background .1s linear;-moz-transition: background .1s linear;-ms-transition: background .1s linear;-o-transition: background .1s linear;transition: background .1s linear;}
.nivo-controlNav a img{display: block;position: absolute;top: -50px;left: -50px;right: -50px;bottom: -50px;margin: auto;}
.nivo-controlNav a:hover:after{background: rgba(0,0,0,0.2);}
.nivo-controlNav a.active {font-weight:bold;}
.nivo-control {margin: 0 18px 10px 0;float: left;}
.nivo-control:nth-child(5n){margin-right: 0;}
.nivo-control:nth-child(5n-4){margin-left: 1px;}