.theme-default .nivoSlider {
	background: url("../images/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 {
	  bottom: -25px; position: absolute;  z-index:100;
}

.theme-default .nivo-controlNav a {
	background: url("../images/yellows.png") no-repeat; border: 0px; width: 12px; height: 11px; margin-right: 10px; float: left; display: block;
	left:320px;
}
.theme-default .nivo-controlNav a.active {
	background-position: -12px 0px;
}
.theme-default .nivo-directionNav a {
	background: url("../images/arrows.png") no-repeat; border: 0px currentColor; width: 49px; height: 49px;  display: block;
}
.theme-default a.nivo-nextNav {
	background-position: -49px 0px; right: 0px;
}
.theme-default a.nivo-prevNav {
	left: 0px;
}
.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);
}
