.nivoSlider {
	position:relative;
    width: 530px;
    height: 276px;
	margin:auto;
	background:#f2f2f2 url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:relative;
	top:0px;
	left:0px;
	display:none;
    margin-top: 10px;
}

.nivoSlider a {
	border:0;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {

	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#fff;
	color:#000;
	opacity:0.5;
	width:100%;
	z-index:89; font-size:12px;
}
.nivo-caption p {
	padding:10px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}
.nivo-directionNav{
	display: block !important
}

.nivo-directionNav a {
    text-align: left;
	display:block;
	width:10px;
	height:36px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
    top:45%;
    z-index:99;
    cursor:pointer;
    position:absolute;
}


a.nivo-nextNav {
	background-position:-10px 0;
	right:-30px;
}
a.nivo-prevNav {
	left:-30px;
}
.nivo-controlNav{
	display: none !important
}
#slider .nivo-controlNav,
#slider2 .nivo-controlNav,
#slider4 .nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
#slider.nivo-controlNav a,
#slider2 .nivo-controlNav a,
#slider4 .nivo-controlNav a {
	display:none;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
#slider .nivo-controlNav a.active,
#slider2 .nivo-controlNav a.active,
#slider4 .nivo-controlNav a.active {
	background-position:-10px 0;
}