.album_description{

    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #999999;
    font-style: italic;
    margin-bottom: 5px;

    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-color: #cccccc;
    border-left-color: #cccccc;
    border-bottom-color: #cccccc;
    border-top-color: #cccccc;

    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}

.album_description h1{
    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #666666;
    font-style: italic;
}

.album{

}

.album li{
    list-style: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    background-color: #ddd;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
}

.album li a{
    list-style: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    background-color: #ddd;
    text-align: center;
    vertical-align: middle;
    margin-right: 2px;
}