#photo_pane_container{
    width:192px;
    margin-top:20px;
    display:block;
    float:right;
    overflow:hidden;
    background-image: url('photo_module/left_fill.png');
    background-repeat:repeat-y;
}

#photo_pane_header
{
    display:block;
    height:10px;
    background-image: url('photo_module/top_fill.png');
}

#photo_pane_caption
{
    height:38px;
    width:156px;
    display:block;
    float:right;
    display:block;
    overflow:hidden;
    background-image: url('photo_module/pheader_fill.png');
}

#photo_pane_caption_l
{
    display:block;
    width:33px;
    height:38px;
    float:left;
    background-image: url('photo_module/pheader_corner_left.png');
}
#photo_pane_caption_c
{
    display:block;
    width:102px;
    height:38px;
    line-height:38px;
    text-align:center;
    float:left;
    font-family:Verdana;
    font-size:small;
    color:white;
    background-image: url('photo_module/pheader_center.png');
}

#photo_pane_header_corner
{
    display:block;
    width:36px;
    height:10px;
    background-image: url('photo_module/corner_top_left.png');
    float:left;
}

#photo_pane_header_corner_l
{
    display:block;
    width:85px;
    height:10px;
    background-image: url('photo_module/aftercorner_top_left.png');
    float:left;
}

.photo_pane_expand_button_open
{
    float:left;
    display:block;
    height:149px;
    width:36px;
    background-image:url('photo_module/expand_btn_passive.png');
    margin-top:78px;
}
.photo_pane_expand_button_open:hover
{
    background-image:url('photo_module/expand_btn_hover.png');
    cursor:pointer;
}

.photo_pane_expand_button_closed
{
    float:left;
    display:block;
    height:149px;
    width:36px;
    background-image:url('photo_module/expand_btn_down.png');
    margin-top:78px;
}
#photo_pane_body
{
    display:block;
    height:355px;
    width:154px;
    border-color:#cccccc;
    border-width:1px;
    border-top-width:0px;
    border-right-width:0px;
    border-style:solid;
    float:right;
}

#photo_pane_footer
{
    display:block;
    height:10px;
    width:206px;
    vertical-align:bottom;

}

#photo_pane_footer_top
{
    width:206px;
    height:52px;
    float:left;
    margin-left:36px;
    background-image:url('photo_module/afterleft_fill.png');
    background-repeat:repeat-y;
}

#photo_pane_footer_corner
{
    display:block;
    width:36px;
    height:10px;
    background-image: url('photo_module/corner_bottom_left.png');
    float:left;
}

#photo_pane_footer_corner_l
{
    display:block;
    width:85px;
    height:10px;
    background-image: url('photo_module/aftercorner_bottom_left.png');
    float:left;
}

#photo_pane_footer_shadow
{
    display:block;
    width:206px;
    height:12px;
    background-image: url('photo_module/lowest_fill.png');
    float:left;
}

#photo_pane_footer_shadow_corner
{
    display:block;
    width:167px;
    height:12px;
    background-image: url('photo_module/corner_lowest_left.png');
    float:left;
}

#photo_pane_footer_top_pane
{
    margin-left:36px;
    position:relative;
    bottom:80px;
    display:block;
    width:85px;
    height:32px;
    background-image: url('photo_module/afterleft_fill.png');
    float:left;
    background-repeat:repeat-y;
}

.photo_pane_body_thumb_row{
    width:150px;
    height:120px;
    background:#eeeeee;
    margin:2px;
    margin-top:1px;
    text-align:center;
}
