#slider {
	position:relative;
	width:960px;
	height:316px;
	margin:0 auto;
	margin:30px 30px 0px 30px;
	background:url(images_slider/ajax-loader.gif)  no-repeat center;
	/*background:#202834 url(images_slider/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
}


#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	display:block;
	
}


.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:8px;	
}
#slider .nivo-controlNav a {
	display:block;
	width:12px;
	height:10px;
	background:url(images_slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
#slider .nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	position:absolute;
	top:0;
	z-index:99;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	background:url(images_slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}


.nivo-directionNav .nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
* html .nivo-directionNav .nivo-nextNav {
	width:30px;
	background:url(images_slider/arrow_next_off.png) no-repeat;	
	right:15px;
}
.nivo-directionNav .nivo-nextNav:hover {	
	right:15px;
	background:url(images_slider/arrow_next_on.png) no-repeat;	
}
.nivo-directionNav .nivo-prevNav {
	left:15px;
}
.nivo-directionNav .nivo-prevNav:hover {
	left:15px;
	background:url(images_slider/arrows_on.png) no-repeat;
	
}


