/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	float:left;
	background:#202834 url(images/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: 550px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:0;
	top:0;
	padding: 0 0px;
	background-color: White;
	z-index: 999;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	/*background:url(../images/nivo/bullets.png) no-repeat;*/
	/*text-indent:-9999px;*/
	border:0;
	margin-right:0px;
	float:left;
	color:#666666;
	font-size: 10px;
	text-align:center;
	font-family: Helvetica,Arial,sans-serif;
	padding:2px 2px 4px 2px;
}
.nivo-controlNav a.active {
	/*background-position:-10px 0;*/
	background-color: #666666;
	color:#ffffff;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}