.slider-wrapper {
	height:320px;
	width: 900px;
}
.nivoSlider {
	position:relative;
	width:900px; /* Change this to your images width */
	height:320px; /* Change this to your images height */
	background:url(loading.gif) no-repeat 50% 50%;
	float: left;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
.nivo-controlNav {
	position:absolute;
	left:36%;
	bottom:5px;
    margin-left:12px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:14px;
	height:14px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:6px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -14px;
}
.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;
}
