﻿
.InfoContentImgStyle {
    margin: 10px;
}

    .InfoContentImgStyle ul {
        margin:10px 0px;
        overflow:hidden;
    }
        .InfoContentImgStyle ul li {
            list-style: none;
            float: left;
            width: 13%;
            margin: 0px 1px;
            height:80px;
            text-align:center;
        }
            .InfoContentImgStyle ul li img {
                max-width:100%;
                max-height:60px;
            }
            .InfoContentImgStyle ul li p {
                text-align:center;
            }