.nivooSlider {
    background:#eeeeee;
    height: 398px;
    overflow: hidden;
	  position:absolute;
    width: 740px;
    margin-left:230px;
    margin-top:2px;
    border-top:1px solid #a5a5a5;
    border-right:1px solid #a5a5a5;
    border-bottom:1px solid #a5a5a5;
    border-radius: 0 3px 3px 0;
}

.nivooSlider img {
	left: 0;
	position: absolute;
	top: 0;
}

.nivoo-link {
	border: none;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 60;	
}

.direction-nav-left {
    left: 0;
}
.direction-nav-right {
    right: 0;
}
.direction-nav-left,
.direction-nav-right {
    position: absolute;
    top: 0;
    z-index: 100;
    }
    .direction-nav-left a,
    .direction-nav-right a {
        display: block;
    }
    .direction-nav-left a:focus,
    .direction-nav-right a:focus {
        outline: none;
    }
    .direction-nav-left a {
        background: url(arrow-left.png) no-repeat 20% 353px;
    }
    .direction-nav-right a {
        background: url(arrow-right.png) no-repeat 80% 353px;
    }

.nivoo-slice {
	display: block;
	height: 100%;
	position: absolute;
	z-index: 50;
}

.nivoo-caption {
    background: #181818;
	background: rgba(0, 0, 0, 0.8);
	bottom: -43px;
	color: #fff;
	height: 43px;
	line-height: 24px;
	left: 0;
    margin: 0;
	text-indent: 5px;
	position: absolute;
	z-index: 89;
	width: 100%;
	text-align:center;
	font:14pt georgia;
	font-style:italic;
	padding-top:15px;
}