.nivoSlider {
	background:#fff url(loading.gif) no-repeat 50% 50%;
	width:246px;
	/*height:381px;*/
	height:500px;
	border:solid 4px #FFF;
}
.nivoSlider img {
	position:absolute;
	top:50%;
	left:50%;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-50px;
    margin-left:-35px; /* Tweak this to center bullets */
	background-color:#e9e4de;
	border-left:solid 1px #b8a995;
	border-right:solid 1px #b8a995;
	border-bottom:solid 1px #b8a995;
	border-top:solid 1px #e9e4de;
	padding:0px 13px 0px 5px;
}
.nivo-controlNav a {
	display:block;
	width:15px;
	height:20px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:-28px;
}
a.nivo-prevNav {
	left:-29px;
}

.nivo-caption {
	background-color:#9D886C;
	font-size:0.9em;
}

.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}