#banner-container{
	width: 950px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/main-container-bg.jpg);
	background-repeat: repeat;
	padding: 20px;
	height: 480px;
}

#slider-wrapper {
	height: 390px;
	padding-top: 20px;
	padding-right: 20;
	padding-bottom: 65px;
	padding-left: 20;
	width: 946px;
	background-color: #efece6;
	border: 1px solid #c5c3b9;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#slider {
	background:url(images/loading.gif) no-repeat 50% 50%;
	height: 405px;
	width: 898px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

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

.nivo-controlNav {
	position:absolute;
	left:400px;
	bottom:-35px;
    padding: 3px;

    z-index: 99;
	}
	
	.nivo-controlNav:hover{opacity: 1;}
	
.nivo-controlNav a {
	display:block;
	float:left;
	margin:0 3px 0 0;
	background:url(../images/nivo-pag.png) top no-repeat;
	width:22px;
	height:22px;
	outline:none;
	text-indent:-9999px;
}
.nivo-controlNav a.active {
	background-position:0 -20px;
}

.nivo-directionNav a {
	display:block;
	width: 35px;
	height: 62px;
	text-indent:-9999px;
	border:0;
	background-image: url(../images/slide-next-prev.png);
	background-repeat: no-repeat;
}
a.nivo-nextNav {
	background-position: right;
	right: -58px;
	margin-top: 110px;
}



a.nivo-prevNav {
	background-position: left;
	margin-top: 110px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -58px;
}


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

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

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