.nivoo-slider,
.nivoo-slider-holder {
position: relative;
height: 300px;
margin: 0 0 0 5px;

width: 950px;

overflow: hidden;

background-position: 50% 25%, 0% 0%;
background-repeat: repeat, no-repeat;
}

.nivoo-slider.got-control-nav {
    height: 300px;
}

.nivoo-slider-holder {
	background-repeat: no-repeat;
}

.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: 0;
}
.direction-nav-right {
    right: 0;
}

/* directioNavPosition inside */
.direction-nav-left,
.direction-nav-right {
    position: absolute;
    top: 0;
    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/slider/arrow-left.png) no-repeat 2% 50%;
    }
    .direction-nav-right a {
        background: url(../images/slider/arrow-right.png) no-repeat 98% 50%;
    }

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

/* caption */

.nivoo-slider p {
    display:none;
    background: url(../images/black75.png) repeat;
	bottom: -30px;
	color: #fff;
	height: 40px;
	line-height: 30px;
	font-size: 14px;
	left: 0;
    margin: 0;
	/*text-indent: 10px;*/
	position: absolute;
	padding:0 10px;
	width:750px;
    z-index: 30;
}

/* control navigation */

div.control-nav {
    height: 15px;
    line-height: 15px;
    margin: 0;
    text-align: center;
    }
    div.control-nav a {
        color: #aaa;
        font-size: 30px;
        outline: none;
        padding: 2px;
        text-decoration: none;
        text-shadow: 0 0 2px #ddd;
        -moz-transition: color 1s;
        -ms-transition: color 1s;
        -o-transition: color 1s;
        -webkit-transition: color 1s;
        transition: color 1s;
        }
        div.control-nav a.current,
        div.control-nav a:hover {
            color: #333;
        }