/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:600px;
	height:430px;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	min-width:100%;
}
.nivo-main-image {
	display:block !important;
	position:relative !important; 
	width:100% !important;
	height:auto;
}
.nivoSlider a {
	border:0;
}
.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 {
	position:absolute;
	z-index:10;
	left:0;
	bottom:65px;
	text-indent:250px;
	display:none;
}
.nivo-controlNav a {
	display:inline-block;
	margin-left:5px;
	text-indent:-9999px;
	width:14px;
	height:14px;
	background:#e0e1e3;
	opacity:0.7;
	position:relative;
	cursor:pointer;
	z-index:19;
	border-radius:100%;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background:#ea5b0c;
}
.nivo-directionNav a {
	width:50px;
	height:117px;
	background:url(../images/prev_next.png);
	position:absolute;
	top:44%;
	top:calc(50% - 39px); /* CSS3, you're so goooood */
	text-indent:-9999px;
	border:0;
	z-index:9;
	cursor:pointer;
}
a.nivo-prevNav:hover{background-position:left bottom;}
a.nivo-nextNav:hover{background-position:right bottom;}
a.nivo-prevNav {left:0}
a.nivo-nextNav{background-position:100% 0;right:0px}
.nivo-controlNav.nivo-thumbs-enabled {width:100%}
.nivo-controlNav.nivo-thumbs-enabled a {
	width:auto;
	height:auto;
	background:none;
	margin-bottom:5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display:block;
	width:120px;
	height:auto;
}
.miniContainer:after {
	content:"";
	position:absolute; 
	bottom:-12px;
	left:50%;
	margin-left:-10px;
	border-left:10px solid transparent; 
	border-right:10px solid transparent; 
	border-top:10px solid #DDD;
}
/* Caption styles */
.nivo-caption {
    width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
    opacity:1 !important;
}
.nivo-html-caption {
    display:none;
}