
#slider-wrapper {
    width:940px;
    height:435px;
	margin:0px auto;
	background: url(../images/loading.gif) no-repeat center #fff;
}

#slider {
	position: absolute;
	width:940px;
	height:435px;
	margin:0 auto;
}
#slider img {
	position:absolute;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	bottom:25px;
	left:0px;
	z-index:20;
}
.nivo-controlNav a {
	position:absolute;
	display:block;
	width:38px;
	height:62px;
	background:url(../images/bullet.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:8px;
	overflow:hidden;
	float:left;
	
}
.nivo-controlNav {
	margin: 0 0 -25px 940px;
}

.nivo-controlNav a.active {
	background-position:0 -41px;
	cursor:hand;
}

.nivo-directionNav a {
	cursor:hand;
	display:block;
	width: 38px;
	height:57px;
	background: url(../images/banner_arrow.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-42px 0;
	right:-26px;
}
a.nivo-prevNav {
	left:-24px;
}


/*Other Styles*/

.clear {
	clear:both;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;

}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	transition: none !important;
}
.nivo-prevNav {
	left:0px;
}

.nivo-prevNav:hover {
	background: url(../images/banner_arrowhover.png);
}

.nivo-nextNav {
	right:0px;
}

.nivo-nextNav:hover {
	width: 38px;
	background: url(../images/banner_arrowhover.png);
	background-position: -41px 0;
	right: -25px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:20;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}