﻿.PhotoAlbums 
{
    width: 500px;
}

.ThumbGroup
{
    width:170px;
    height: 200px;
    float: left;
    text-align: center;
    margin: 3px 6px 3px 6px;
    background-image: url(../GeneralImages/Album.gif);
}

.AlbumTitle
{
    width:170px;
    height:25px;
    float:left;
}

.AlbumImg
{
    width:130px;
    height: 130px;
    margin: 25px 20px 10px 20px;
}