#main {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 990px;
    height: 925px;
    color: white;
    background-color: #000000;
}

#review {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 990px;
    height: 794px;
    color: white;
    background-color: #414141;
}

#main_top_left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 794px;
    height: 794px;
    background-color: #414141;
}

#POD_watermark {
    position: absolute;
    bottom: 137px;
    left: 40px;
}

#image_viewer_control_box {
    position: absolute;
    bottom: 140px;
    right: 110px;
    width: 230px;
    height: 50px;
    visibility: visible;
}

.image_viewer_controls {
    display: inline;
}

#main_bottom_left {
    position: absolute;
    left: 0px;
    top: 794px;
    width: 794px;
    height: 91px;
    text-align: left;
    background-color: #585858;
}

#main_right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 196px;
    height: 885px;
    overflow: hidden;
    background-color: #585858;
}

#review_right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 196px;
    height: 794px;
    overflow: hidden;
    background-color: #585858;
}

#main_down_arrow {
    position: absolute;
    bottom: 2px;
    left: 73px;
    width: 24px;
    height: 24px;
    border: 0px;
    background-color: #414141;
}

#main_up_arrow {
    position: absolute;
    top: 2px;
    left: 73px;
    width: 24px;
    height: 24px;
    background-color: #414141;
    font-size: 3em;
    vertical-align: top;
    display: inline;
}

#main_thumbs {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 186px;
    height: 885px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #585858;
    display: block;
}

#review_thumbs {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 186px;
    height: 794px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #585858;
    display: block;
}

#thumb {
    width: 170px;
    height: 170px;
    background-color: #585858;
}

#thumb_image {
    border: none;
}

.thumb {
    width: 170px;
    border: none;
}

.textHC {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-left: 15px;
}

#main_text_headline {
    color: white;
    font-weight: bold;
}

#main_text_caption {
    margin-top: 0px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 10px;
    color: white;
}

#main_text_name {
    font-style: italic;
    float: right;
    margin-right: 200px;
}


