
body {
    margin:0 auto;
	padding:0px;
}

#slider-wrapper {

    margin:0 auto;
	z-index:-1;
	position:absolute;
	display:block;
	left:0px;
	margin-left:0px;
	
}

#slider {
	position:relative;
    width:903px;
    height:251px;
    margin:0 auto;
	
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:0px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
