

.itemgallery {
    float:left;
    background:#ececec;
    width:140px;
    overflow:hidden;
    margin-right:45px;
    margin-bottom:30px;
    text-align:center;
}

.itemgallery-cut {
    margin-right:0px;
}

.itemgallery h5,
.itemgallery img {
    text-decoration:none;
    border:none;
}

.itemgallery a:link,
.itemgallery a:visited {
    display:block;
    width:120px;
    padding:20px 10px 10px 10px;
    background:none;
    text-decoration:none;
}

.itemgallery a:hover {
    background:#2580a2;
}

.itemgallery a:active,
.itemgallery a:focus {
    background:#bcbcbc;
}

.itemgallery .h5 {
    font-size:9px;
    font-weight:bold;
    color:#333333;
    text-transform:uppercase;
    display:block;
}