#slider-wrapper {
    width:964px;
    height:399px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:964px;
    height:399px;
}

.nivo-controlNav a {
	display:block;
	background:url(../bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}


.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	top:205px;
	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;
}
