/* ����ͼ�� �Ѽ����� www.lanrentuku.com */
.gallery{ margin-top: 10px;}
.gallery a {
      width: 288px;
    display: inline-block;
    overflow: hidden;
    margin: 4px; 
    text-align: center;
}
.gallery a .abcd_top {
      height: 360px;
    overflow: hidden;
    /* width: 100%; */ border:1px solid #ccc;
    display: block;
    background: #E1E1DD;
}
.gallery img {
       display: inline-block;
    height: 100%;
}
.gallery a p { font-size:16px;
    height:40px;
    line-height: 40px;
    border-top: 1px solid #ccc;
}
