.nivoSlider {
	position:relative;
	min-height:220px;
	margin:5px 5px 5px 5px;
	background:#202834 url(/resources/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;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;	
	height: 325px;
	width: 600px;
}
.nivoSlider a {
	border:0;
}

#slidercontent {	
	margin-left:10px;
	margin-bottom:10px;
	width:600px;
	margin:0px auto;
	position:relative;

}

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

.nivo-controlNav {
	position:absolute;
	left: 44%;
	bottom:-15px;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(/resources/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;	
	background:#a6312a;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	text-align: center;
}
