.theme-default .nivoSlider {
	background: url("loading.gif") no-repeat 50% 50% rgb(255, 255, 255); position: relative;
}
.theme-default .nivoSlider img {
	left: 0px; top: 0px; display: none; position: absolute;
}
.theme-default .nivoSlider a {
	border: 0px currentColor; display: block;
}
.theme-default .nivo-controlNav {
	padding: 20px 0px; text-align: center;
}
.theme-default .nivo-controlNav a {
	background: url("bullets.png") no-repeat; margin: 0px 2px; border: 0px currentColor; width: 22px; height: 22px; text-indent: -9999px; display: inline-block;
}
.theme-default .nivo-controlNav a.active {
	background-position: 0px -22px;
}
.theme-default .nivo-directionNav a {
	background: url("arrows.png") no-repeat; border: 0px currentColor; width: 30px; height: 30px; text-indent: -9999px; display: block; -ms-zoom: 1;
}
.theme-default:hover .nivo-directionNav a {
	
}
.theme-default a.nivo-nextNav {
	background-position: -30px 60px; right: 15px;
}
.theme-default:hover a.nivo-nextNav {
	background-position: -30px 0px; right: 15px;
}
.theme-default a.nivo-prevNav {
	background-position: 0px 60px; left: 15px;
}
.theme-default:hover a.nivo-prevNav {
	left: 15px;
}
.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: dotted;
}
.theme-default .nivo-caption a:hover {
	color: rgb(255, 255, 255);
}
.theme-default .nivo-thumbs-enabled.nivo-controlNav {
	width: 100%;
}
.theme-default .nivo-thumbs-enabled.nivo-controlNav a {
	width: auto; height: auto; margin-bottom: 5px;
}
.theme-default .nivo-thumbs-enabled.nivo-controlNav img {
	width: 120px; height: auto; display: block;
}
