/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, 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 */
.nivo-wrapper {
	overflow:hidden;
}
.nivoSlider {
	position:relative;
	background:#202834 url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;


}
.nivoSlider a {
	border:0;
}

/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:0;
	height:100%;
	overflow: hidden;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}


/************

 Specific 

/************/

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	display:none;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-wrapper .nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
	width:100%;
	
}

#nivo-controlNavAlt .nivo-controlNav {
	width:100%;
	position:relative;
	left:0;
	bottom:0;	
}

#nivo-controlNavAlt{
	width:700px;
	margin-left:auto;
	text-align:center;
}
.nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
	background:url(/images/bells-icon-18.png) no-repeat;
	border:0;
	margin-right:10px;
	float:left;
	font-size:8px;
	text-indent:8px;
	line-height:18px;
	color:#999999;
}
 .nivo-controlNav a.active {
/*	background-position:-18px 0; */
	background:url(/images/bells-icon-light-18.png) no-repeat;

	text-indent:-999px;
}

.nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
	/*
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
	*/
	border:2px solid #ffffff;
}
.nivo-controlNav a.active img {
/*
	-moz-box-shadow:0px 0px 5px #fff;
	-webkit-box-shadow:0px 0px 5px #fff;
	box-shadow:0px 0px 5px #fff;
	*/
	border:2px solid #dddddd;
}
