#slider_overlay {
    background: #EEEEEE;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    left: -2px;
    min-height: 380px;
    position: absolute;
    top: 140px;
    width: 965px;
    z-index: 10;
}

#slider-wrapper {
    clear: both;
    float: left;
    height: 360px;
    margin: 0;
    width: 960px;
    z-index: 0;
}

.nivoSlider {
	position:relative;
	width: 100%;
	height: 350px;
	z-index: 50;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display:block;
	width:35px;
	height:45px;
	text-indent:-9999px;
	border:0;
}
a.nivo-prevNav {
	background: url("images/nav-prev.png") no-repeat;
	position: absolute;
	top: 45%;
	left:-35px;
    cursor: pointer;
}
a.nivo-nextNav {
	background: url("images/nav-next.png") no-repeat;
	right:-35px;
	position: absolute;
	top: 45%;
    cursor: pointer;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    background: #EEEEEE;
    border: 1px solid #888;
    width:auto;
    height:10px;
    position:absolute;
    left:46%; /* Tweak this to center bullets */
    top: 98%;
    padding:6px 15px 6px 25px;
    color: #000;
    z-index:20;
    cursor: pointer;
}
.nivo-controlNav a {
    display:block;
    width:16px;
    height:16px;
    padding: 2px 3px;
    background:url("images/bp.png") no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0px 3px;
    float:left;
    cursor: pointer;
}
.nivo-controlNav a.active {
    background-position:0 -22px;
}