#slider-wrapper {
    width:980px; height:425px;
    margin:5px auto 15px auto;
	position:relative;
	background:url(../images/nivo/slideshow_back.png) no-repeat;
}
#slider {
	position:relative;
    width:960px;
    height:395px;
	margin:10px 0 0 10px;
	float:left;
	background:url(../images/nivo/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	width:515px; height:10px;
	position:absolute;
	left:0; bottom:-30px;
	padding:8px 0 0 425px;
}
.nivo-controlNav a {
	display:block;
	width:10px;	height:10px;
	background:url(../images/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:10px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -10px;
}

.nivo-directionNav a {
	display:block;
	width:50px; height:61px;
	background:url(../images/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-50px 0;
	position:absolute;
	right:0px; top:167px;
}
a.nivo-prevNav {
	position:absolute;
	left:0px; top:167px;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}