/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#featured_slide
{
	margin: 10px 0 0 35px;
	text-align: center;
}

.nivo-controlNav {
	position:absolute;
	right: 40px;
	top:430px;
	z-index: 999;
}

#featured_slide .nivo-controlNav a{
	display:block;
	width:12px;
	height:12px;
	background:url(bullets.png) no-repeat;
	border:0;
	margin-right:3px;
	float:left;
	margin-right: 10px;
	text-indent:-9999px;
}


#featured_slide .nivo-controlNav a.active {
	background-position:-12px 0;
	margin-right: 10px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	left:48px;
	top: 420px;
	z-index: 0;
}
a.nivo-prevNav {
	left:15px;
	top: 420px;
	z-index: 0;
}
