#page_nav {
    /*margin: 20px 0;*/
}

div.more-info {
    text-align: right;
}

#image_list_wrapper {
    margin-top: 15px;
    text-align: center;
}

    ul#image_list li {
        display: inline;
        padding: 0 2px;
    }

    ul#image_list li.prev,
    ul#image_list li.next {
        padding: 0px;
    }

    ul#image_list li.prev a,
    ul#image_list li.next a {
        color: #666;
    }

    ul#image_list li.next {
        text-align: right;
    }

        ul#image_list li a {
            color: #ccc;
            font-size: 13px;
            font-family: Helvetica;
        }

        ul#image_list li a:hover {
            color: #ff6600;
        }

        ul#image_list li a.highlight {
            color: #666;
            font-weight: bold;
        }

        ul#image_list li a:focus {
            outline: none;
        }

        ul#image_list li.landscape img {
            width: 39px;
            height: 37px;
        }

        ul#image_list li.portrait img {
            width: 39px;
            height: 37px;
        }

#page .image {
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    width: 640px;
    height: 425px;
    overflow: hidden;
}

#visible_image.landscape {
    width: 640px;
    height: 425px;
}

#visible_image.portrait {
    width: 640px;
    height: 425px;
}

    #page .overlay {
        position: absolute;
        width: 18px;
        height: 65px;
        top: 360px;
        left: 622px;
        z-index: 2;
        cursor: pointer;
    }

    #page #visible_image.portrait .overlay {
        /*top: 535px;*/
    }

    #caption {
        position: absolute;
        top: 310px;
        left: 640px;
        width: 425px;
        height: 100px;
        z-index: 1;
    }

    #visible_image.portrait #caption {
        /*top: 535px;*/
    }

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

        #page #caption_copy {
            width: 377px;
            height: 105px;
            padding: 5px 18px 5px 5px;
        }

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

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

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

            #page #caption_copy p span.of {
                display: block;
                font-weight: normal;
            }

#video_wrapper {
    width: 640px;
    height: 425px;
}

/* ======================= */
/* = Video Caption Modal = */
/* ======================= */

#videoModal {
    width: 361px;
    height: 186px;
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
    background: transparent url(/images/layout/modal_bg.png) no-repeat top left;
    padding: 50px 20px 20px 10px;
}

    #videoModal .container-close {
        position: absolute;
        top: 10px;
        left: 356px;
        padding: 0;
        margin: 0;
        width: 25px;
        height: 15px;
        background: transparent url(/images/element/close_icon.png) no-repeat top left;
    }

    #videoModal .bd input,
    #videoModal .ft a {
        font-family: Helvetica, Arial, Verdana;
        font-size: 10pt;
    }

    #videoModal .bd {
        color: #ffffff;
        font-size: 10pt;
        height: 170px;
    }

    #videoModal .ft {
        height: 20px;
        line-height: 20px;
        margin-left: 8px;
    }

        #videoModal .ft a {
            color: #ff9900;
        }

.mask {
    background: transparent url(/images/layout/1px_op75.png) repeat;
/*    background-color: #000;
    opacity: 0.75;*/
}
