/*
 * jQuery Nivo Slider v1.6
 * 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
 */
 #slider {
	position:relative;
	min-height:300px;
	background:url(../img/ajax-loader.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}


.nivoSlider {

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;

	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;

	height:100%;
}

.nivo-caption {
	position:absolute;
	left:5px;
	top:360px;
	padding:5px;
	color:#000;
	width:auto;
	z-index:399;
	margin:0 auto;
	width: 900px;
	text-align: center;
}
.nivo-caption h3 {
	color:#000;
	text-align: center;
}

.nivo-directionNav a {
	position:absolute;
	top:41%;
	z-index:99;
	cursor:pointer;
	
}
.nivo-prevNav {
	left:-20px;
	text-indent:-99999px;
	display:block;
	width:34px;
	height:70px;
	background:url(../img/arrows.png) 0 0 no-repeat;
}
.nivo-nextNav {
	right:-20px;
	display:block;
	text-indent:-99999px;	
	width:34px;
	height:70px;
	background:url(../img/arrows.png) -34px 0 no-repeat;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	top:308px;
	z-index:99;
	cursor:pointer;

}
.nivo-controlNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(../img/bullets2.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:-20px 0;
}
