#slider-wrapper {
    width:960px;
    height:400px;
}

#slider {
    width:960px;
    height:400px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:445px;
	width:200px;
	height:10px;
	bottom:-25px;
    opacity: 0.7;
    z-index: 1;
	}
	
.nivo-controlNav:hover{opacity: 1;}
	
.nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -20px;
}

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

a.nivo-nextNav:hover{right: 0px;}

a.nivo-prevNav {
	left:0px;
}
a.nivo-prevNav:hover{left: 0px;}

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

.nivo-directionNav a{top: 43%;}

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