
.theme-default .nivoSlider {
	position:relative;
	background:#fff url("/images/loading.gif") no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:16px;
	left:20px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:0px;
	bottom:134px;
    margin-left:-320px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:18px;
	height:17px;
	background:#d7d7d7;
	text-indent:-9999px;
	border:0;
	margin-bottom:3px;
	background: url("/images/bullets.png") no-repeat 0 0;
}
.theme-default .nivo-controlNav a.active, .theme-default .nivo-controlNav a:hover {
	background: url("/images/bullets.png") no-repeat 0 -17px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:48px;
	height:62px;
	background:url("/images/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-48px 0;
	right:5px;
}
.theme-default a.nivo-prevNav {
	right:44px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}