#page .image {
    position: relative;
    width: 800px;
    height: 475px;
    overflow: hidden;
}

    #page .overlay {
        position: absolute;
        width: 18px;
        height: 86px;
        top: 389px;
        left: 747px;
        z-index: 2;
        cursor: pointer;
    }

    #caption {
        position: absolute;
        top: 389px;
        left: 765px;
        width: 747px;
        height: 86px;
        z-index: 1;
    }

        #page #caption .background {
            padding-left: 480px;
            height: 86px;
            background: url(/images/element/translucent_bg.png) repeat-y top left;
        }

        #page #caption_copy {
            width: 250px;
            height: 66px;
            padding: 10px 0;
        }

            #page #caption_copy h1,
            #page #caption_copy p {
                margin-bottom: 0;
                color: #fff;
                font-weight: bold;
            }

            #page #caption_copy h1 {
                font-size: 14pt;
                text-transform: uppercase;
            }

            #page #caption_copy p {
                font-size: 8pt;
                padding: 0;
                margin: 0;
            }