/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	display:none;
	float:left;
	height:247px;
	width:425px;
	position:relative;
	/*
		hiding overflow fixes horizontal scroll in IE & Opera
		but prevents control buttons from being visible!
	*/
	overflow:hidden;
	margin:0;
	padding:0 0 12px 0;
	/* margin:0px 0px 30px 0px; */
	/*
		margin:30px 30px 60px 30px;
		background:#202834 url(loading.gif) no-repeat 50% 50%;
		-moz-box-shadow:0px 0px 10px #333;
		-webkit-box-shadow:0px 0px 10px #333;
		box-shadow:0px 0px 10px #333;
	*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
#sliderCaptions {
	display:none;
	height:247px;
	margin-left:430px;
	position:relative;
}
#sliderCaptions DIV {
	/*border:1px dashed red;*/
	height:212px;
	overflow:hidden;
	position:absolute;
	top:9px;
	left:0px;
	width:206px;
	display:none;
}

#sliderCaptions UL {
	margin-left: 12px;
}

#sliderCaptions UL LI {
	list-style-type: none;
}

#sliderCaptions DIV A				{ color: #f59f1a; }
#sliderCaptions DIV A:link			{ color: #f59f1a; }
#sliderCaptions DIV A:visited		{ color: #f59f1a; }
#sliderCaptions DIV A:active		{ color: #ffffff; }
#sliderCaptions DIV A:hover		{ color: #cccccc }

.nivo-controlNav {
	position:absolute;
	right:12px;
	bottom:6px;
	text-align:left;
	width:210px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
