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

#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: 170px;
    left: 675px;
    width: 230px;
    height: 50px;
    visibility: visible;
    z-index: 2;
}

.image_viewer_controls {
    display: inline;
}

#category_bottom {
    position: absolute;
    bottom: 20px;
    left: 675px;
    font-size: 13px;
    z-index: 2;
    color: white;
    cursor: pointer;
}

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

#wantaprint {
    position: absolute;
    left: 13px;
    bottom: 17px;
    color: #ff8601;
}

#main_right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 196px;
    height: 1030px;
    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: 1020px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #585858;
    display: block;
}

#review_thumbs {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 186px;
    height: 1020px;
    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: 15px;
    width: 640px;
    height: 155px;
    overflow: auto;
    padding-left: 15px;
}

#main_text_headline {
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
}

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

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


