#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%;
	height: 315px;
	width: 940px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	height: 23px;
	width: 940px;
	z-index: -99999;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	float:left;
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
	left: 460px;
	margin-right: -6px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:40px;
	height:39px;
	text-indent:-9999px;
	border:0;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
}
a.nivo-nextNav {
	background-position:right;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
	background-position: left;
}
