#tv {
    background: #FFF;
    font: 13px 'lucida grande', verdana, helvetica, arial, sans-serif;
    overflow: hidden;
    width: 179px;
}

#tv button {
    background: #009900;
    color: #FFF;
    border: 0;
    padding: 5px;
    cursor: pointer;
    height: 30px;
}

#tv-testimonial {
    background: url(banner-03/why.jpg);
    width: 179px;
    height: 210px;
    position: relative;
}

#tv-testimonial p {
    background: #0099FF;
    color: #FFF;
    padding: 5px;
    margin: 0 0 2px 0
}

#tv-video-wrapper {
    box-sizing: border-box;
    opacity: 0;
    display: none;
    position: relative;
    z-index: 999;
}

#tv-video-progress {

    /* @start: Reset to default appearance. */
    -webkit-appearance: none;
    appearance: none;
    /* @end: Reset to default appearance. */

    box-sizing: border-box;
    position: absolute;
    bottom: 3px;
    width: 374px;

    padding: 5px;
    height: 30px;
    opacity: 0.5;

    background: #FFF;
    border: 0;
}

/* @start: Progress bar color. */
progress#tv-video-progress::-moz-progress-bar { background: #FF0000; } /* Firefox */
progress#tv-video-progress::-webkit-progress-value { background: #FF0000; } /* Chrome */
progress#tv-video-progress { color: #FF0000; } /* IE10 */
/* @start: Progress bar color. */

#tv-watch {
    float: right;
}

#tv-content {
    position: absolute;
    bottom: 0
}

#tv-www {
    position: absolute;
    top: 0;
    background: #FFF !important;
    color: #0099FF !important;
    opacity : 0.5;
    width: 100%;
    text-align: center
}