#slider-wrapper {
    background:url(bgslider.gif) 0px 407px no-repeat;
    width:940px;
    height:455px;
	margin:auto;
    position: relative;
}

#sliderO {
	position:relative;
    width:940px;
    height:415px;
	background:url(loading.gif) no-repeat 50% 50%;
	bottom:8px;
}
#sliderO img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#sliderO a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:400px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:24px;
	height:24px;
	background:url(numbers.gif) no-repeat;
	font-size: 8px;
	text-align:center;
	color:#666666;
	border:0;
	margin-right:3px;
	float:left;
	line-height:24px;
}
.nivo-controlNav a.active {
	background:url(numbers_active.gif) no-repeat;
	color:#FFF;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(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;
	font-size:30px;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

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