#main {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 990px;
    height: 1240px;
    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: 370px;
    left: 675px;
    width: 230px;
    height: 50px;
    visibility: visible;
    z-index: 2;
}

.image_viewer_controls {
    display: inline;
}

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

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

#wantaprint {
    position: absolute;
    left: 658px;
    bottom: 150px;
    color: #ff8601;
}

#main_right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 196px;
    height: 1240px;
    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: 1180px;
    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: 406px;
    overflow: auto;
    padding-left: 15px;
}

#main_text_headline {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

#main_text_byline {
    color: white;
    font-size: 12px;
    line-height: 16px;
}

#main_text_caption {
    margin-top: 0px;
    font-size: 15px;
    line-height: 19px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 10px;
    color: white;
    overflow: auto;
}

#main_text_description {
    margin-top: 0px;
    font-size: 15px;
    line-height: 19px;
    height: 174px;
    text-align: justify;
    padding-right: 10px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid #6f6f6f 8px;
    color: white;
    overflow: auto;
}

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


