

/*============================*/
#slider-wrapper {
    background:url(../images/slider.png) no-repeat;
    width:1440px;
	min-width:1100px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:100%;
    height:246px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	display:block;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
left:670px;
bottom: 6px;
}
.nivo-controlNav a {
display: block;
width: 30px;
height: 10px;
background: #fff;
text-indent: -9999px;
border: 0;
margin-right: 7px;
float: left;

}
.nivo-controlNav a.active {
	background:#059346;
}

.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;
}