#slider {
    height: 346px;
    margin: 51px 0 0 60px;
    overflow: visible;
    position: relative;
    width: 825px;
}
#slider4.nivoSlider {
    height: 346px;
    margin: 0;
    position: relative;
} 


/* 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 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:42px;
	letter-spacing:-4px;
	position:absolute;
	left:0px;
	bottom:12px;
	background:#23476B;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
	padding:13px;
}
.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 {
	position:absolute;
}
.nivo-controlNav a, .nivo-directionNav a{
	overflow:hidden;
	white-space:nowrap;
	text-indent:5000px;
}

.nivo-directionNav a {
    cursor: pointer;
    height: 80px;
    position: absolute;
    top: 125px;
    width: 58px;
    z-index: 9;
}
.nivo-prevNav {
    background: url("slid.png") no-repeat scroll 0 0 transparent;
    left: -70px;
}
.nivo-nextNav {
    background: url("slid.png") no-repeat scroll -111px 0 transparent;
    left: 833px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    display: table;
    height: 20px;
    margin-left: 400px;
    position: absolute;
    top: 237px;
    right: 10px;
}
.nivo-controlNav a {
    background: url("slider.png") repeat scroll -15px -112px transparent;
    display: inline-block;
    width: 18px;
    z-index: 9;
	cursor:pointer;
}
.nivo-controlNav a.active { background: url("slider.png") repeat scroll -15px -155px transparent; }