.categoryImage .image {
    display: block;
    margin-bottom: 0px;
}
.categoryImage .image img {
    width: 100%;
}
.categoryImage .name {
    height: 50px;
    *background: #0074cc;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.categoryImage .name:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.categoryImage .name a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    *font-size: 16px;
}
.categoryImage{
    margin-top: 5px;
}