/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

.nivo-controlNav {
	position:absolute;
	left:10px;
	bottom:10px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/layout/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:61px;
	height:22px;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background:url(../images/prettyPhoto/light_rounded/btnNext.png) no-repeat;
	right:12px;
}
a.nivo-prevNav {
	background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) no-repeat;
	left:0px;
}