/*
 * jQuery Nivo Slider v1.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the GPL license.
 * http://www.gnu.org/copyleft/gpl.html
 * 
 * March 2010
 */
 
#slider {
	position:relative;
	border:1px solid #cdcdcd;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
.slide_temp {
	min-height:50px;
	background:url(images/ajax-loader.gif) center center no-repeat;
}
.slide_temp img {
	display:none;
}
.nivoSlider img {
	display:block;
}
#slider a {
	border:0;
}
.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;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-caption {
	position:absolute;
	left:0;
	bottom:0;
	background:#dfdfdf url(images/page_bg.jpg) left top repeat;
	opacity:0.9;
	width:100%;
	border-top:1px solid #d2d2d2;
	z-index:89;
}
.nivo-caption p {
	padding:10px 15px;
	margin:0;
	color:#92b010;
	font-size:18px;
}
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:99;
	cursor:pointer;
	text-indent:-9999px;
	width:46px;
	height:46px;	
}
.nivo-prevNav {
	left:10px;
	background:url(images/prev_btn.png) 0 0 no-repeat;
}
.nivo-nextNav {
	right:10px;
	background:url(images/next_btn.png) 0 0 no-repeat;
}
.nivo-controlNav {
	position:absolute;
	left:-5px;
	top:-36px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	width:23px;
	height:30px;
	background:url(images/bullets.png) 0 0 no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-25px 0;
}


