#content #gallery {
    margin-top:20px;
    min-height: 120px;
}
#content #gallery .image {
    width: 180px;
    height: 100px;
    float:left;   
}
#content #gallery .image p {
    text-align: center;
}
#content #gallery .image p img:hover {
    border: 3px solid #F0F;
}

