/*
 * jQuery Nivo Slider v2.7.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; width:690px !important; 
}
.nivoSlider img {
	position:absolute;
	top: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 {
	position:absolute;
	top:0px;
	right:0px;
	color:#fff;
	opacity:.4 !important; /*Overridden by captionOpacity setting */
	width:340px;
	z-index:8;  background:#1dc891; text-align:right; height:38px
}
.nivo-caption p {
	padding:3px 0px 0px 0px;
	margin:0;
	font-size:14px; 
}
.nivo-caption em {
	padding:3px 0px 0px 0px;
	margin:0;
	font-size:14px;
	text-transform:uppercase; display:block; font-style:normal
}

.nivo-caption strong {
	padding:3px 0px 0px 0px;
	margin:0;
	font-size:22px;
	text-transform:uppercase; display:block; font-weight:normal; font-style:normal
}

.nivo-caption a {
	display:inline !important;
}


.nivo-caption p{font-size:15px; line-height:18px; padding:0px;  color:#fff}
.nivo-caption h2{  font-weight:normal;color:#fff;  margin:10px; font-size:28px;text-shadow:1px 1px 0px #000; text-indent:0px}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute; width:30px; height:30px; 
	background: url("../images/arrows.png") no-repeat ;
	top:45%;
	z-index:90;
	cursor:pointer; text-indent:-9999px;  overflow:hidden}
.nivo-prevNav { 	left:-90px; 
}
.nivo-nextNav {
	 background-position: -30px 0px !important;
    right: -90px; ;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{ position:absolute; bottom:0px; left:0px; z-index:10; width:343px;opacity:.6 !important; }
.nivo-controlNav a {  float:left;
	width:27px;
    height:26px;
	position:relative;
	z-index:19;
	cursor:pointer;
	color:#fff;
	margin:0px 10px 0px 0px;text-indent:-9999px;
	background:url(../images/slider-no-on-off.png) no-repeat -35px 0px; text-align:center; line-height:26px;  background:#1dc891;
	
	
	
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position: -1px 0px;line-height:26px; background:#faad1c;
}