.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-directionNav a {
	display:block;
	text-indent:-9999px;
	border:0;
	top:70px;
}

.nivo-nextNav {
	width:39px;
	height:39px;
	background:url(slider_b.png) no-repeat -40px 0; 
	margin-right:10px;
}

.nivo-nextNav:hover {
	background-position:-40px -40px;
}

.nivo-prevNav {
	width:39px;
	height:39px;
	background:url(slider_b.png) no-repeat 0 0; 
	margin-left:10px;
}

.nivo-prevNav:hover {
	background-position:0 -40px;
}
