﻿.categoryTitle
{
    padding:5px;
    background-color:#8a8889;
    font:bold 14px Arial;
    margin-bottom:10px;
    color:White;
}
.categoryTitle a:active, .categoryTitle a:link, .categoryTitle a:visited
{
    color:White;
    text-decoration:none;
}
.albumList
{
    margin-bottom:20px;
    padding:10px;
    margin:0 auto;
    width:520px;
}
.album
{
    width:150px;
    height:150px;
    float:left;
    text-align:center;
    overflow:hidden;
    color:Black;
}
.album a:link, .album a:visited, .album a:active
{
    text-decoration:none;
}

.allCategories
{
    margin:7px 0px;
}
.noAlbums
{
    font: bold 12px Arial;
    color:Red;
    margin:7px auto;
    width:250px;
}

#prevLink
{
    width:75px;
    float:left;
    text-align:left;
}
#imageCaption
{
    float:left;
    text-align:center;
    width:400px;
    
}
#nextLink
{
    width:55px;
    float:right;
    text-align:right;
}


