.theme-default .nivoSlider {
	height: 300px;
	width: 100%;
	max-width: 820px;
}



.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:45px;
	height:60px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-45px 0;
	right:0px;
}
.theme-default a.nivo-prevNav {
	left:0px;
}
