.container{
    margin:0 auto;
    width: auto;
}

.slider-holder{
    height:200px;
    margin:0 auto;
    padding:0px;
    width:auto;
}

.item img{
    width: 100%;
}
.baner p{
background: -moz-linear-gradient(left,  rgba(196,196,196,0.28) 0%, rgba(216,216,216,0.28) 34%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(196,196,196,0.28)), color-stop(34%,rgba(216,216,216,0.28)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(196,196,196,0.28) 0%,rgba(216,216,216,0.28) 34%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(196,196,196,0.28) 0%,rgba(216,216,216,0.28) 34%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(196,196,196,0.28) 0%,rgba(216,216,216,0.28) 34%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(196,196,196,0.28) 0%,rgba(216,216,216,0.28) 34%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47c4c4c4', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */





    color:#fff;
    padding:5px;   
    top:10px;
    position: absolute;
    z-index: 12;  
  } 
