/*
 * 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%;
	min-width:500px;
	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;
	height:auto;
}
.nivoSlider a {
	border:0;
	display:block;
}
.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 {
	text-align:center;
	padding: 20px 0;
}
.nivo-controlNav a {
	display:inline-block;
	text-indent:-9999px;
	width:20px;
	height:20px;
	background:url(../img/bullets-NDS30.png) no-repeat;
	position:relative;
	margin-right:15px;
	cursor:pointer;
	z-index:19;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background-position:0 100%;
}
.nivo-directionNav a {
	display:inline-block;
	position:absolute;
	top:50%;
	border:0;
	z-index:9;
    width:40px;
    height:70px;
    color:#fff;
	cursor:pointer;
    font-size:70px;
    overflow:hidden;
    margin-top:-35px;
}
.nivo-directionNav a:before{
    vertical-align:top;   
}
.nivoSlider:hover .nivo-directionNav a {opacity:0.8}
a.nivo-prevNav {left:25px;}
a.nivo-nextNav {right:25px}
.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;
}