.products #gallery_entry
{
        display: inline-block;
        float: left;
        margin: 2px;
        height: 140px;
        width: 140px;
        padding: 5px;
        border: solid 3px rgb(0, 130, 100);
        border-radius: 4px;     
}

.products #gallery_entry:hover
{
        background-color: rgb(0, 220, 169);
}
        
.products #gallery_entry *
{
        display: block;
        margin: auto;
}

.products #gallery_image
{
        width: 100px;
        height: 100px;
        padding: 0;
        margin: auto;
}
.products #gallery_description
{       
        text-align: center;
}

.products h2
{
	clear: both;
}
