﻿#photo_gallery 
{
    height: 341px;
    width: 875px;
    background-repeat: no-repeat;
    background-image: url('../images/background/gallery.jpg');
    text-align: right;
    position: relative;
}
#photo_gallery_image
{
   border-left: solid 2px black; 
}
div.thumbs div 
{
    float: left;
    width: 67px;
    height: 67px;
    margin-right: 8px;
    margin-bottom: 8px;
}
div.thumbs_bottom
{
    clear: both; 
    margin-bottom: 2em;
}
#photo_loading
{
    position: absolute;
    left: 240px;
    top: 20px;
    display: none;
}