#timeline{
    width:1280px !important;
    height:30px !important; 
    left:0px !important;
    /*top:741px !important;*/
}
#spd_playedbar_btn{
    background-color: #659BD5;
}
#spd_circlebar_btn{
    background-color: #659BD5;
}

#cc{
    width:1280px !important;
    left: 0px !important;
    /*top: 707px !important;*/
}

#cc div{
    background-color: #000000 !important;
    opacity: 0.7;
}

#cc_txt{
    color: #FFFFFF !important;
}
#links{
    position: absolute;
    top: 0px;
    left: 0px;
}
.link_h{
    position: absolute;
    box-sizing: border-box;
    cursor: pointer;
    border: #FFFFFF solid 1px;

    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    z-index: 10;
}