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


#sliderContainer {
	height:610px;
	padding-top:0px;
	background-color:#000000;
	padding-bottom:15px;
}
#slider {
	margin: 0 auto;
	border:0;
	position:relative;
	background:#000000 url(images/loading.gif) no-repeat 50% 50%;
	width:900px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	border:0;
	display:block;
	width:10px;
	height:15px;
	background:url(images/bullets3.png) no-repeat;
	text-indent:-9999px;
	margin-right:5px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

