/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	height:500px!important;
}
.nivoSlider img {
	position:absolute;
	bottom:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.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;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	color:#fff;
	z-index:8;
	position:absolute;
	top:162px;
	right:20px;
	width:460px;
}
.nivo-caption h2{ font-size:43px; text-shadow:2px 2px 0.5px #000; }
.nivo-caption .intro-text{ font-size:18px; text-shadow:2px 2px 0.5px #000; margin:20px 0px; line-height:30px; }
.knowmore a{ background:url(../images/know-more-but.png) 0 0 no-repeat; width:152px; height:50px; display:block; text-indent:-9999px; }
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0%;
	background:url(../images/left-right-arrows.png) 0px 0px no-repeat;
	width:28px;
	height:72px;
	font-size:1px;
	color:#5797d1;
}
.nivo-nextNav {
	right:0px;
	background:url(../images/left-right-arrows.png) -28px 0px no-repeat;
	width:28px;
	height:72px;
	font-size:1px;
	color:#5797d1;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{ position:absolute; bottom:0px; right:0px; }
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	background:url(../images/controlnav-but.png) -14px 0px no-repeat;
	padding:6px;
	font-size:1px;
	color:#5797d1;

}
.nivo-controlNav a.active {
	background:url(../images/controlnav-but.png) 0px 0px no-repeat;
}