.sliderimagae{     width: 97.5%;
    margin: 0px 0px 0px 15px;}

.sSlider {
    width:100%;
    height: 400px;
    margin:0px 0px 0px 0px;padding: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background:url(../images/load.png) center center no-repeat #ffffff;
}
.sSlider div {
    position: absolute;
    width: inherit;
    height: inherit;
}
.sSlider div > img {
 width:inherit;
 height: inherit;
    
}
.sSlider div > span {
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: #fff;
    background-color: rgba(11,11,11,.5);
    font-size: 3em;
    padding: .1em .5em;
}
.sSlider .leftSlide, .sSlider .rightSlide {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    opacity: 0.5;
}
.sSlider .leftSlide {
    left: 0;
    background: url(../images/left.png) center center no-repeat;
}
.sSlider .rightSlide {
    right: 0;
    background: url(../images/right.png) center center no-repeat;
}
.sSlider .leftSlide:hover, .sSlider .rightSlide:hover { opacity: 1; }
.sSlider .prgBar {
    width: 0;
    height: 7px;
    position: absolute;
    top: 0;
    left:0px;
	
    background-color: rgba(115,115,115,.6);
}
.sSlider .pauseImg, .sSlider .playImg {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    background-color: rgba(255,255,255,.5);
    background-position: center center;
    background-repeat: no-repeat;
}
.sSlider .pauseImg { background-image:url(../images/pause.png); }
.sSlider .playImg { background-image: url(../images/play.png); }