/*
 * 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;
	overflow:visible;
	visibility:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	max-height:100%;
    height: auto;
    width: auto;
}
.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:0;
	left:0;
	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(../../images/bullets-NDS30.png) no-repeat;
	position:relative;
	cursor:pointer;
	z-index:19;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background-position:0 100%;
}
.nivo-directionNav a {display:none}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption {
	position:absolute;
	
	overflow:hidden;
	background:none;
	
	
	left:0;
    top:0;
	text-transform:uppercase; /* converts text to UPPERCASE */
	z-index:8;
    width:100%;
  
}
.nivo-caption a {
	display:inline !important;
}
.nivo-caption1 {
	margin-left:10px;
	margin-top:5px;
	width:500px;
	font-size:38px;
	line-height:40px;
	text-transform:none;
}
.nivo-caption1a {
	margin-left:10px;
	margin-top:10px;
	width:190px;
	font-size:12px;
	line-height:14px;
	text-transform:none;
}
.nivo-caption2 {
	margin-left:230px;
	margin-top:10px;
	width:350px;
}
.nivo-caption3 {
	margin-left:10px;
	margin-top:100px;
	width:350px;
}
.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;
}

a.nivo-nextNav {
    background-position:-0px -10px;
    background:url(/images/ok.png) no-repeat;
    right:10px;
}
a.nivo-prevNav {
    background-position:20px 0;
    background:url(/images/ok.png) no-repeat;
    left:10px;
}