    #video_box { position: relative; margin: auto; top: -10px }
    .home #video_box {top: 0;}
    #video { background-color: #000; }
    #controls { opacity: 0; list-style: none; margin: 0 0 10px; padding: 0; position: absolute; height: 30px; color: #000; bottom: 0px; left: 9px !important}
    #controls > li { list-style: none; float: left; height: 25px; width: 25px; margin: 0 2px 0 0; padding: 0; background-color: #386ca6; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
    #controls > li:last-child { margin-right: 0; }
    #controls > li:first-child { margin-left: 5px; }
    #play_control a { display: block; font-size: 0px; line-height: 0; text-decoration: none; }
    #play_control.play a { width: 0; height: 0; margin: 8px 0 0 8px; border-top: 5px solid #386ca6; border-left: 10px solid #000; border-bottom: 5px solid #386ca6; }
    #play_control.pause a { width: 3px; height: 10px; margin: 8px auto 0; border-top: 0px; border-left: 3px solid #000; border-bottom: 0px; border-right: 3px solid #000; }
    #progress_control { width: 110px !important; }
    #progress_control ul { list-style: none; margin: 0; padding: 0; }
    #progress_control #progress_bar { list-style: none; position: relative; float: left; width: 100px; height: 9px; margin: 8px 0 0 5px; padding: 0; background-color: #2d5785; overflow:hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
    #progress_control #play_progress { position: absolute; display: block; width: 0px; height: 9px; background-color: #000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
    #progress_control #load_progress { position: absolute; display: block; width: 0px; height: 9px; background-color: #777; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
    #progress_control #progress_time { list-style: none; float: left; margin: 7px 0 0 5px; padding: 0; font-size: 10px; line-height: 1; font-weight: normal; font-family: Helvetica, Arial, sans-serif;  }
    #volume_control { width: 50px !important; }
 
    /* Drawing the volume icon */
    #volume_control ul { display: block; margin: 0; padding: 4px 0 0 5px; list-style: none; }
    #volume_control ul li { float: left; margin: 0; padding: 0; list-style: none; width: 5px; margin-right: 2px; height: 0px; border-bottom: 18px solid #555; }
    #volume_control ul li:nth-child(1) { border-bottom-width: 2px; height: 16px; }
    #volume_control ul li:nth-child(2) { border-bottom-width: 4px; height: 14px; }
    #volume_control ul li:nth-child(3) { border-bottom-width: 7px; height: 11px; }
    #volume_control ul li:nth-child(4) { border-bottom-width: 10px; height: 8px; }
    #volume_control ul li:nth-child(5) { border-bottom-width: 14px; height: 4px; }
 
    /* Drawing the fullscreen icon */
    #fullscreen_control ul { list-style: none; margin: 5px 0 0 5px; padding: 0; width: 20px; height: 20px; text-align: left; vertical-align: top; }
    #fullscreen_control ul li { list-style: none; float: left; margin: 0; padding: 0; font-size: 0; line-height: 0; width: 0; text-align: left; vertical-align: top; }
    #fullscreen_control ul li:nth-child(1) { margin: 0 3px 3px 0; border: none; border-top: 6px solid #000; border-right: 6px solid #386ca6; }
    #fullscreen_control ul li:nth-child(2) { border: none; border-top: 6px solid #000; border-left: 6px solid #386ca6; }
    #fullscreen_control ul li:nth-child(3) { clear: both; margin: 0 3px 0 0; border: none; border-bottom: 6px solid #000; border-right: 6px solid #386ca6; }
    #fullscreen_control ul li:nth-child(4) { border: none; border-bottom: 6px solid #000; border-left: 6px solid #386ca6; }
    #fullscreen_control.active ul li:nth-child(1) { border: none; border-bottom: 6px solid #000; border-left: 6px solid #386ca6; }
    #fullscreen_control.active ul li:nth-child(2) { border: none; border-bottom: 6px solid #000; border-right: 6px solid #386ca6; }
    #fullscreen_control.active ul li:nth-child(3) { border: none; border-top: 6px solid #000; border-left: 6px solid #386ca6; }
    #fullscreen_control.active ul li:nth-child(4) { border: none; border-top: 6px solid #000; border-right: 6px solid #386ca6; }
    #adepteo_logo { position: absolute; margin-top: 10px; opacity: 0}
