#slider_wrapper {
	padding:35px 0px;
	height:400px;
}
.nivoSlider {
    position:relative;
    width:954px; /* Change this to your images width */
    height:350px; /* Change this to your images height */
    background:url(loading.gif) no-repeat 50% 50%;
    margin-left: 1px;
    border: 2px solid #fefcfa;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.15);
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-25px;
    margin-left:-50px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	padding:2px 0px;
	width:20px;
	height:6px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -8px;
}
.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;
}