        .linkBar {
            bottom: 18px;
            position: absolute;
            padding-top: 15px;
        }
        
        span.oar {
            display: inline-block;
            text-align: center;
            text-decoration: none;
            padding: 3px 0;
            width: 203px;
        }

        span.oar:first-child {
            margin-right: 20px;
        }
        span.oar a {
            text-decoration: none;
        }

        img.playBtn {
            left: 50%;
            margin-left: -24px;
            margin-top: -24px;
            position: absolute;
            top: 50%;
        }
        
        .oar2013-image {
            cursor: pointer;
        }
        
        #oar-loading-spinner {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -16px;
            margin-left: -16px;
        }
        
        #oar-layer {
            background-color: #0E2034;
            height: 100%;
            -ms-filter:"alpha(Opacity=7)";
            filter:alpha(opacity=7);
            -moz-opacity:.7;
            -khtml-opacity:.7;
            opacity: 0.7;
            margin-top: 20px;
            position: absolute;
            top: 0;
            width: 100%;
        }
        
        h1.oar2013 {
            width: 455px;
        }
