.theme-main .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-main .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-main .nivoSlider a {
	border:0;
	display:block;
}

.theme-main .nivo-controlNav {
	float: right;
	padding: 0 5px 0 0;
}
.theme-main .nivo-controlNav a {
	display:inline-block;
	width:12px;
	height:12px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 5px;
}
.theme-main .nivo-controlNav a.active {
	background-position:0 -12px;
}

.theme-main .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-main:hover .nivo-directionNav a { opacity: 1; }
