/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:947px;
    height:340px;
	margin:auto;
	position:relative;
}

#slider {
    width:947px;
    height:340px;
	background:url(/img/loading.gif) no-repeat 50% 50%;
	position:absolute;
	z-index:0;
	
}
#slider img {
	top:0px;
	left:0px;
	display:none;
}


.nivoSlider a.nivo-imageLink { 
     position:absolute;
     width:600px; 
     height:100%; 
     border:0; 
     padding:0; 
     margin-right:50px; 
     z-index:6; 
}

#slider a {
	border:0;
	display:block;
}



.nivo-controlNav {
	position:absolute;
	right:25px;
	bottom:20px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:24px;
	background:url(/img/button.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin:5px;
	float:left;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:0 -24px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}