.header_slider { width:833px; height:414px; overflow:hidden; margin:0 0 9px 0; }
/* The Nivo Slider styles */
#slider { display:none; }
.nivoSlider { 	position:relative; }
.nivoSlider img { 	position:absolute; 	top:0px;	left:0px; }
/* 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:60;	display:none; }
/* The slices in the Slider */
.nivo-slice { 	display:block;	position:absolute;	z-index:50;	height:100%; }
/* Caption styles */
.nivo-caption { 	position:absolute;	left:0px;	bottom:0px;	background:#000;	color:#fff;	opacity:0.8; 	width:100%;	z-index:89; }
.nivo-caption p { 	padding:5px;	margin:0; }
.nivo-caption a { 	display:inline !important; }
.nivo-html-caption {     display:none; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {  display:none !important; }
.nivo-directionNav a { 	position:absolute;	z-index:99;	cursor:pointer; }
.nivo-prevNav {	left:0px; margin:190px 0 0 30px; width:43px; height:43px; display:none; text-indent:-9999px; }
.nivo-nextNav {	right:0px; margin:190px 30px 0 0; width:43px; height:43px; display:none; text-indent:-9999px; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { position:absolute; right:0; margin:414px 4px 0 0; z-index:1000; background:#F3F3F3; padding:7px 3px 7px 5px; overflow:hidden; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.nivo-controlNav a { float:left;	position:relative;	z-index:99;	cursor:pointer; background:url(../images/slider_nav.png) no-repeat 0 0; width:9px; height:9px; display:block; margin:0 3px 0 2px; text-indent:-9999px; }
.nivo-controlNav a.active { background-position:0 -9px; }