/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider1, #slider2, #slider3, #slider4, #slider5 {
	position:relative;
	margin-top:15px;
}

#slider1 img, #slider2 img, #slider3 img, #slider4 img, #slider5 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider1 a, #slider2 a, #slider3 a, #slider4 a, #slider5 a {
	border:0;
	display: block;
}

/*http://stackoverflow.com/questions/1232096/how-to-horizonatally-center-a-floating-element-of-a-variable-width*/
.nivo-controlNavBox {
	position:absolute;
	bottom:-30px;
	float: left;
	left: 50%;
}

.nivo-controlNav {
	float: left;
	position: relative;
	left: -50%;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(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:32px;
	height:34px;
	background:url(arrows2.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
