#slider-wrapper {
	background:url(http://www.areteacademy.org/css/images/slider.png) no-repeat;
	width:970px;
	height:326px;
	margin:0 auto;
}

#slider {
	position:relative;
	width:970px;
	height:326px;
	margin-left:0px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	right:0px;
	bottom:-30px;
    padding: 3px;
    z-index: 99;
	}
.nivo-controlNav:hover{opacity: 1;}
	
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:0px;
	height:0px;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-35px 0;
	right: 0px;
}

a.nivo-nextNav:hover{right: 0px;}

a.nivo-prevNav {
	left:0px;
}
a.nivo-prevNav:hover{left: 0px;}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}