
.theme-default .nivo-directionNav a {
	width:26px;
	height:43px;
	background:url(../Assets/images/arrows.png) no-repeat;
	text-indent: -5000%;
}
.theme-default a.nivo-nextNav {
	background-position:-26px 0;
}
.theme-default .nivo-controlNav a {
	width:10px;
	height:10px;
	background:url(../Assets/images/bullets.png) no-repeat;
	-webkit-transition: linear 0.4s ease;
            transition: linear 0.4s ease;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -10px;
}

