/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin:0px auto;
	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;*/
	width:648px;
	height:265px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:43%;
	bottom:-30px;
}
.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:37px;
	height:30px;
	top: auto;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-37px 0;
	left:40px;
	bottom:20px;
}
a.nivo-prevNav {
	bottom:20px;
	left:20px;
}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:20px;
	top:20px;
	bottom: auto;
	background:#000;
	color:#fff;
	opacity:0.7; /* Overridden by captionOpacity setting */
	width:53%;
	z-index:89;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
.nivo-caption h3 {
	padding:0px;
	margin:0;
	margin-bottom:3px;
	font-size:23px;
	font-family:Arial, "Helvetica", sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-stretch:ultra-condensed;
	line-height:25px;

}
.nivo-caption p {
	padding:0px;
	margin:0;
	font-size:16px;
	font-family:Arial, "Helvetica", sans-serif;
}

