.theme-default .nivoSlider {
	position:relative;
	background: url(loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.theme-default .nivo-controlNav {
	position:absolute;
	right:0%;
	bottom:0px;
    margin-left:-40px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:0px;
	height:0px;
	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 {
	top:0;
	width:50%;
	height:100%;
	text-indent:-9999px;
	border:0;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}