#slider-wrapper {
    width:960px;
    margin:0px auto;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.slide_wrap { 
	width:890px;
    margin:0px auto; 
}
.nivoSlider {
    position:relative;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
.nivo-slice {
    display:block;
    position:absolute;
    z-index:50;
    height:100%;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
}
.nivo-caption {
    /*background: url(../img/s_caption1.png) repeat 50% 0%;*/
    width:795px;
    padding:10px 170px 0px 25px;
    color:#000;
    position:absolute;
    left:0;
    bottom:0;
    z-index:90;
}
.nivo-caption h5 {
    color: #FFF /*#009dda*/;
    font-size:1.2em;
    font-weight:normal;
    line-height:1.2em;
    margin:0;
    padding:0 0 0px;
}
.nivo-caption p {
    padding:0;
    line-height:16px;
    font-size:12px;
    color:#fff;
}
.nivo-html-caption {
    display:none;
}
.photoSlider {
    position:relative;
	text-align:center;
	margin-left:170px;
	border:2px solid #e0e0e0;
}
.photoSlider img {
    position:relative;
	display:none;
	width:400px;
	height:200px;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:200;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	width:22px; height:22px;
	background:url('../img/nav_prev.png');
}
.nivo-nextNav {
	right:0px;
	width:22px; height:22px;
	background:url('../img/nav_next.png');
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
.nivo-controlNav a.active {
	font-weight:bold;
}