/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	position:relative;
	z-index:1;
    width:920px;
    height:380px;
    margin:0 auto;
}
#slider {
	height:380px;
	background:url(/images/zoomloader.gif) no-repeat 50% 50% #FFF;
	overflow:none;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	display:none;
}
.nivo-directionNav a {
	position:absolute;
	width:30px;
	height:82px;
	top:130px;
	background:url(/images/arrows.png) no-repeat;
	border:0;
	text-indent:-9999px;
	cursor:pointer;
}
a.nivo-nextNav {
	background-position:-31px 0;
	right:-30px;
}
a.nivo-prevNav {
	left:-30px;
}
a.nivo-prevNav:hover {
	background:url(/images/arrows_over.png) no-repeat;
	background-position:0 0;
}
a.nivo-nextNav:hover {
	background:url(/images/arrows_over.png) no-repeat;
	background-position:-31px 0;
}
.nivo-caption {
	display:none;
    text-shadow:none;
    font-family:Verdana, Geneva, sans-serif;
	background-color:#468195;
	bottom:0;
	color:#fff;
	left:0;
	width:920px;
	margin:0;
	opacity:0.3;
	position:absolute;
	z-index:89;
}
.nivo-caption a { 
    color:#fff;
	display:inline;
}
.nivo-caption a:hover { 
    color:#fff;
    text-decoration:underline;
}
.nivo-caption h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
}
.nivo-caption p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	width:570px;
}