
#wrapper {
		margin:0 auto; width:1119px; height:437px; z-index:10;
}

.nivoSlider {
	width:1119px;
	position: absolute;
	/*z-index:0;*/
	margin:0px auto;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	height:437px;
	z-index:1;

	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	/*z-index:0;*/
	
}
.nivoSlider a {
	border:0;
}


.nivo-directionNav a {
	display:none;
	width:21px;
	height:21px;
	background:url(../images/arrows.png) no-repeat 0px -21px ;
	text-indent:-9999px;
	border:0;
	
}

.nivo-directionNav a:hover {
	background:url(../images/arrows.png) no-repeat top left;
	
}
a.nivo-nextNav {
	background-position:-21px -21px;
	right:10px;
}

a.nivo-nextNav:hover  {
	background-position:-21px -0px;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
	
}

a.nivo-prevNav:hover {
	left:10px;
	background-position:-0px -0px;
	
}

#slider1 .nivo-controlNav,
#slider2 .nivo-controlNav,
#slider3 .nivo-controlNav {
	position:absolute;
	left:47.5%;
	top:92%;
	bottom:30px;	
}
#slider1 .nivo-controlNav a,
#slider2 .nivo-controlNav a,
#slider3 .nivo-controlNav a {
	display:none;
	width:13px;
	height:13px;
	background:url(../images/bullets.png) no-repeat 0px -13px;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
	
}

#slider1 .nivo-controlNav a:hover,
#slider2 .nivo-controlNav a:hover,
#slider3 .nivo-controlNav a:hover {

background:url(../images/bullets.png) no-repeat top left;	
	
}


#slider1 .nivo-controlNav a.active,
#slider2 .nivo-controlNav a.active,
#slider3 .nivo-controlNav a.active {

background:url(../images/bullets.png) no-repeat top left;	
	
}

