ul.hover_block{
    /* margin: 0; */
    padding: 0;
    /* width: 100%; */
}

ul.hover_block li{
    list-style:none;
    float:left;
    background: #fff;
    /* width:300px; */
    position: relative;
    margin: 0px 0px;
}

ul.hover_block li a{
    color:#960000; 
    text-align: center;
    text-decoration: none;
}

ul.hover_block li img{
    /* width: 300px; */
    /* height: 180px; */
    position: relative;
    top: 0;
    left: 0;
    border: 0;
}
ul.hover_block li a span {
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    margin-top: 20px;
}
