#slider {
	position:relative;
	background:#82348b url('../images/loading.gif') no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px; left:0px;
}
#slider a {
	border:0;
	display:compact;
}
.nivo-controlNav {
	position:absolute;
	z-index: 900;
	left:6%;
	bottom:10px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/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;
	margin-top:-118px;
	height:263px;
	text-indent:-9999px;
	border:0;
	background:url(../images/arrows.png) left center no-repeat;
}
a.nivo-nextNav {
	background-position:-37px;
}
a.nivo-prevNav {
}
