#Thumbnails-Section {
    width: 370px;
    float: left;
}

#Photo-Section {
    width: 314px;
    height: 434px;
    float: left;
    background: url(../images/gallery_big_back.gif) no-repeat;
}

div.Thumbnail-Preview {
    width: 114px;
    height: 154px;
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
    background: url(../images/gallery_thumb_back.gif) no-repeat;
}

div.Thumbnail-Preview img {
    width: 100px;
    height: 140px;
    margin-left: 5px;
    margin-top: 5px;
    border: 1px solid #FFFFFF;
}
div.Thumbnail-Preview img:hover {
    border: 1px solid #CC0000;
}

#Photo-Selected {
    width: 300px;
    height: 420px;
    margin-left: 6px;
    margin-top: 6px;
    background-image: url(../gallery/pic1.jpg);
    background-repeat: no-repeat;
}