/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	width: 680px;
	background-image: url(themes/proaegis/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 330px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:82%;
	bottom:16px;
}
.nivo-controlNav a {
	display:block;
	width:24px;
	height:23px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	background-image: url(themes/proaegis/bullets.png);
	background-repeat: no-repeat;
	background-position: -24px 0px;
}
.nivo-controlNav a.active {
	background-position:0px 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:34px;
	text-indent:-9999px;
	border:0;
	background-image: url(themes/proaegis/arrows.png);
	background-repeat: no-repeat;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
