.ndd-banner{
    position: relative;
}
.ndd-banner .slides-tray{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: 100%;
}
.ndd-banner .slide{
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
}
.ndd-banner .slide img{
    position: absolute;
    top: 0;
    left: 0;
	   height: auto;
    width: 100%;
}
.ndd-banner .slider-navigation{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

.ndd-banner .slider-navigation > div{
    font-size: 10px;
    color: #000000;
    position: absolute;
    height: 100%;
    width: 40px;
    text-indent: -1000px;
    cursor: pointer;
}
.ndd-banner .slider-navigation .slider-navigation-left{
    left: -40px;
    background: url(../images/banner-nav-left.png) center center;
	display:none;
}
.ndd-banner .slider-navigation .slider-navigation-right{
    right: -40px;
    background: url(../images/banner-nav-right.png) center center;
	display:none;
}

.ndd-banner .slider-pager{
    position: absolute;
    top: 15px;
    right: 20px;
    height: 15px;
    z-index: 100;
}

.ndd-banner .slider-pager .pager-items{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    clear: both;
    zoom: 1;
}
.ndd-banner .slider-pager .pager-items .pager-item{
    background: url(../images/banner-buttons.png) center left no-repeat;
    /*background: rgba(54,54,54,0.4);
    border: rgba(45,45,54,0.4) 2px solid;*/
	background:rgba(250,250,250,0.3);
	border: 2px solid rgba(250,250,250,0.05);
    border-radius: 10px;
    height: 10px;
    width: 10px;
    float: left;
    text-indent: -1000px;
    padding:0;
    margin: 0 5px;
    cursor: pointer;
}

.ndd-banner .slider-pager .pager-items .pager-item.current{
    background: url(../images/banner-buttons.png) center right no-repeat;
    /*background: rgba(45,45,54,0.8);
    border: rgba(54,54,54,0.4) 2px solid;*/
	background:#fff;
	border: 2px solid #fff;
}

.ndd-banner .slide .banner-content{
    font-size: 16px;
    position: relative;
    z-index: 20;
    padding: 20px 50px;
}
