.nivoo-slider,
.nivoo-slider-holder {
    height: 304px;
    /*overflow: hidden;*/
    position: relative;
    width: 410px;
}

.nivoo-slider-holder {
	background-repeat: no-repeat;
	background-size: 405px 304px;
}

.nivoo-slider img,
.nivoo-link {
	left: 0;
	position: absolute;
	top: 0;
    z-index: 0;
}
.nivoo-slider > img:first-child,
.nivoo-slider > a:first-child img {
    z-index: 1;
}

.nivoo-link {
	border: none;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 20;
}

.direction-nav-left {
    left: -5px;
}
.direction-nav-right {
    right: 0px;
}
.direction-nav-left,
.direction-nav-right {
    position: absolute;
    top: 300px;
    z-index: 40;
    }
    .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(images/arrow-left.png) no-repeat 0% 0%;*/
		background: url(images/btn_left_o.png) no-repeat 0% 0%;
    }
    .direction-nav-right a {
        /*background: url(images/arrow-right.png) no-repeat 100% 0%;*/
		background: url(images/btn_right_o.png) no-repeat 100% 0%;
    }

.nivoo-slice {
	display: block;
	height: 100%;
	position: absolute;
	z-index: 10;
	background-size: 405px 304px !important;
}

/* caption */

.nivoo-slider p {
   /* background: #181818;
	background: rgba(0, 0, 0, .6);*/
	bottom: -30px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	left: 0;
    margin: 0;
	text-indent: 10px;
	position: absolute;
	width: 100%;
    z-index: 30;
}