#slider-wrapper {
	position: relative;
}

#slider {
    position:relative;
    width:430px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(http://ewise2.com/cdn/jquery/plugins/nivo-slider/loading.gif) no-repeat 50% 50%;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider a {
    border:0;
    display:block;
}

#slider .nivo-controlNav {
	position:absolute;
	bottom: 10px;
	left: 220http:px;
}

#slider .nivo-controlNav a {
	display: inline;
}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
}

/* From the Style Pack: */
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(http://ewise2.com/cdn/jquery/plugins/nivo-slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}