.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: 55px;
    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;
    background: #202126;
    background: -moz-linear-gradient(top,  #202126 0%, #3c3d42 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202126), color-stop(100%,#3c3d42));
    background: -webkit-linear-gradient(top,  #202126 0%,#3c3d42 100%);
    background: -o-linear-gradient(top,  #202126 0%,#3c3d42 100%);
    background: -ms-linear-gradient(top,  #202126 0%,#3c3d42 100%);
    background: linear-gradient(to bottom,  #202126 0%,#3c3d42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202126', endColorstr='#3c3d42',GradientType=0 );
}
.playSlider .progressBar {
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: 20;
    bottom: 50px;
    background: url(/images/playSlider-progress.png) top left no-repeat #7b8e9f;;
}
.playSlider .progressIndicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 1px;
    background: url(/images/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: 50px;
    margin: 0;
    z-index: 102;
    background: #232629;
    background: -moz-linear-gradient(top,  #1c1f21 0%, #111315 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1f21), color-stop(100%,#111315));
    background: -webkit-linear-gradient(top,  #1c1f21 0%,#111315 100%);
    background: -o-linear-gradient(top,  #1c1f21 0%,#111315 100%);
    background: -ms-linear-gradient(top,  #1c1f21 0%,#111315 100%);
    background: linear-gradient(to bottom,  #1c1f21 0%,#111315 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1f21', endColorstr='#111315',GradientType=0 );
    border-bottom: 1px solid #1d1e21;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.65);
    -moz-box-shadow:    0px 1px 5px rgba(0, 0, 0, 0.65);
    box-shadow:         0px 1px 5px rgba(0, 0, 0, 0.65);
}
.playSlider .navigation li {
    display: block;
    float: left;
    margin: 0;
}
.playSlider .navigation li a {
    display: block;
    height: 50px;
    line-height: 50px;
    background: url(/images/playSlider_line_bot.png) repeat-y scroll right top transparent;
    font-size: 14px;
    color: #858e8f;
    margin: 0;
    padding: 0 0 0 23px;
}
.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(/images/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;
    }

}