﻿.album-item
{
    margin: 5px 4px 5px 4px;
}

.album-item .album-img
{
    border: 1px solid #ccc;
    padding: 1px;
    max-width: 100%;
    height: 120px;
    text-align: center;
}
.album-item .album-img img
{
    max-height: 100%;
    max-width: 100%;
    border: none;
}
.album-item h4.album-name
{
    height: 40px;
    margin-top: 5px;
}
.album-item h4.album-name a
{
    color: #025295;
    font-weight:900;
}
.album-item h4.album-name a:hover
{
    color: red;
}