/* NIVO CLASS */

#slider {
	position:relative;
	background:#202834 url(loading.gif) no-repeat 50% 50%;
	text-shadow: none;
}

#slider img {

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

#slider .nivo-controlNav {
	position:absolute;
	left: 0px;
	bottom: -23px;
}
#slider .nivo-controlNav a {
	display:block;
	width:70px;
	height:7px;
	background: #999;
	text-indent:-9999px;
	border:0;
	margin-right:10px;
	float:left;
}
#slider .nivo-controlNav a.active, #slider .nivo-controlNav a:hover {
	background: #666;

}

#slider .nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	text-indent:-9999px;
	border:0;
}
#slider .nivo-directionNav a:hover {
		width:32px;
	height:34px;

}
#slider a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
#slider a:hover.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
#slider a.nivo-prevNav {
	left:10px;
}

#slider_thumbs .nivo-controlNav {
	position:absolute;
	bottom:-120px; 
}

#slider_thumbs .nivo-controlNav a {

padding: 5px;
background: url(../images/menu_bg.png);
display: inline-block;
margin-right:10px;

}

#slider_thumbs .nivo-controlNav a.active {

background: url(../images/menu_active_bg.png);

}

#slider_thumbs .nivo-controlNav img {
	display:inline;
	position:relative;
}