.nivoSlider {
	position:relative;
	margin:0;
	background:#432726 url(loading.gif) no-repeat 50% 50%;
	border: 1px solid #e0e0e0;
}

.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	font-size: 14px;
	font-weight:bold;
	height: 31px;
	text-align:left;
	width:350px;
	position:absolute;
	right:0;
	bottom:12px;
	background:#700029;
	color:#fff;
	opacity:1.0!important;
	padding: 0 10px;
	z-index:99;
}

.nivo-caption p {
	padding:10px 7px 7px 0;
	margin:0;
}

.nivo-caption a {
	display:inline!important;
}

.nivo-html-caption {
	display:none;
}

.nivoSlider a {
	border:0;
}

.nivo-directionNav a {
	position:absolute;
	bottom:21px;
	z-index:99;
	cursor:pointer;
}

.nivo-prevNav {
	right:0;
}

.nivo-nextNav {
	right:0;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}

.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-controlNav {
	bottom:-70px;
	left:29%;
	position:absolute;
}

.nivo-controlNav img {
	-moz-box-shadow:0 0 5px #333;
	-webkit-box-shadow:0 0 5px rgba(10,10,10,.7);
	display:inline;
	margin-right:10px;
	position:relative;
}

.nivo-controlNav a.active img {
	-moz-box-shadow:0 0 5px #DDD;
	-webkit-box-shadow:0 0 5px rgba(10,10,10,.4);
}

.nivo-directionNav a {
	display:block;
	width:9px;
	height:11px;
	background:url(arrows_e.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-9px 0;
	right:9px;
}

a.nivo-prevNav {
	right: 20px;
}

.nivoSlider {
	margin:0;
}

.nivoSlider .nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}

.nivoSlider .nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivoSlider .nivo-controlNav a.active {
	background-position:-10px 0;
}

