.nivoSlider {
	position:relative;
    width:480px;
    height: 253px;
	margin:auto;
    top:8px;
	background:#fff 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;
    float: right;
    text-align: right;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.5 !important;
	width:100%;
	z-index:89;
    font-size: 14px; color: #FFF;
}
.nivo-caption p {
	padding:8px;
	margin:0; width:89%;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	left:0px;
}
.nivo-directionNav{display: block !important;}
.nivo-directionNav a {
    text-align: left;
	display:block;
	width:14px;
	height:14px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
    bottom:4%;
    z-index:99;
    cursor:pointer;
    position:absolute;
}

a.nivo-nextNav {
	background-position:0% -14px;
	left:50px;
}
a.nivo-prevNav {
	left:25px;
}
.nivo-directionNav a:hover{background:url(../images/arrows2.png) no-repeat;}

a:hover.nivo-nextNav {
	background-position:0% -14px;
	right:25px;
}
a:hover.nivo-prevNav {
	right:50px;
}


.nivo-controlNav a {

	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



#slider1 .nivo-controlNav,
#slider2 .nivo-controlNav,
#slider4 .nivo-controlNav {
	position:absolute;
	right:0;
	bottom:-20px;
}
#slider1 .nivo-controlNav a,
#slider2 .nivo-controlNav a,
#slider4 .nivo-controlNav a {
	display:block;
	width:5px;
	height:5px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
#slider1 .nivo-controlNav a.active,
#slider2 .nivo-controlNav a.active,
#slider4 .nivo-controlNav a.active {
	background-position:0% -5px;
}