.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin: 0 0 -458px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: 624px;
    margin-left: -470px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width: 44px;
	height: 6px;
	background: url(../images/nav.gif) 0 -6px repeat-x;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a:hover,
.theme-default .nivo-controlNav a.active {
    background-position: 0 0;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
    left:15px;
}
.theme-default .nivo-caption {font-family: Helvetica, Arial, sans-serif;}
.theme-default .nivo-caption h3.moduleItemTitle {
    font: 40px/48px 'Oswald', sans-serif;
}
.theme-default .nivo-caption a {}
.theme-default .nivo-caption a:hover {}