#photoalbum {
    width: 100%;
}

#photoalbum .container
{
    float: left;
    width: 144px;
    margin: 3px;
    text-align: center;
}

#photoalbum .container .photo
{
    height: 144px;
}

#photoalbum .container .foldername {
    color: #3c3c3c;
    font-style: italic;
}

#photoalbum .container .folder
{
    height: 163px;
}

#photoalbum .item {
    text-align: center;
    background: white url(/templates/templates/images/lightbox-ico-loading.gif) no-repeat 50% 50%;
    border: 1px solid #d3cfcc;
    height: 144px;
}

#photoalbum .item img {
    border: 0;
    display: none;
}
