.playSlider {
    width: 100%;
    position: relative;
}
.playSlider ul.slide-content {
	width: 100%;
    overflow: hidden;
    list-style: none;
    list-style-position: inside;
    margin-left: 0;
}
.playSlider ul.slide-content li {
    width: 100%;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.playSlider ul.slide-content li img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
}
.playSlider a {
    outline: none;
}
.prealoadImages {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}
.playSlider .textHolder {
    height: 50px;
    padding-top: 28px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 6px;
    left: 0;
    right:0;
    z-index: 5;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.playSlider .textHolder p {
    color: #17caac;
    font-size: 19px;
    padding: 0 165px 0 35px;
    position: relative;
}
.playSlider .textHolder h3 {
    display: none;
}
.playSlider .textOverlay {
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    display: block;
 
 
}
.playSlider .progressBar {
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: 20;
    bottom: 1px;
    background: url(../webimg/playSlider-progress.png) top left no-repeat #7b8e9f;;
}
.playSlider .progressIndicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 1px;
    background: url(../webimg/playSlider-progress.png) bottom right no-repeat;
}
.playSlider .textHolder .btn {
    position: absolute;
    right: 30px;
    top: -0.5em;
    z-index: 2;
}

.playSlider .navigation {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    margin: 0;
    z-index: 102;
 
}
.playSlider .navigation li {
    display: block;
    float: left;
    margin: 0;
}
.playSlider .navigation li a {
    display: block;
    height: 1px;
    line-height: 1px;
   
    font-size: 14px;
    color: #858e8f;
    margin: 0;
    padding: 0 0 0 0px;
}
.playSlider .navigation li a.on, .playSlider .navigation li a:hover {
    color: #fff;
}
/* controls button */
.playSlider .nextBackControllers {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 110;
    width: 30px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.playSlider .nextBackControllers a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(../webimg/playSlider-controls.png) 0 -32px no-repeat;
    float: left;
    width: 30px;
    height: 32px;
    display: block;
}
.playSlider .nextBackControllers a.pause {
    background-position:0 -32px;
}
.playSlider .nextBackControllers a.play {
    background-position:0 0px;
}
.playSlider .nextBackControllers a.prev,
.playSlider .nextBackControllers a.next {
    display: none;
}

/* Responsive */
@media (max-width: 767px){

    .playSlider .textHolder {
        height: 30px;
        padding-top: 10px;
        bottom: 35px;
    }
    .playSlider .textHolder p {
        font-size: 14px;
        padding: 0 40px 0 10px;
        display: block;
        height: 20px;
        overflow: hidden;
    }
    .playSlider .progressBar {
        bottom: 30px;
    }
    .playSlider .textHolder .btn {
        right: 10px;
        top: -0.5em;
        width: 22px;
        padding: 5px 0;
        overflow: hidden;
    }
    .playSlider .textHolder .btn .icon {
        margin: 0 3px;
    }

    .playSlider .navigation {
        height: 30px;
    }
    .playSlider .navigation li a {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        padding: 0 0 0 10px;
    }
    .playSlider .textOverlay {
        height: 29px !important;
    }
    .playSlider .nextBackControllers {
        top: 10px;
        right: 10px;
    }

}