
/* gallery_category-----------------------------------------------*/
.galleryList{zoom: 1;overflow: hidden;background-color:#FFF;padding-right:10px;}
.galleryList dl{float: left;width: 50%;}
.galleryList dd{text-align: center;padding:0 0 10px 10px;}
.galleryList dd a{display:block;}
.galleryList dd a img{width:100%;height:180px;}
.galleryList dd a em{display: block;width: 100%;height: 30px;background: #F5F5F5;line-height: 30px;text-align: center;color: #555;font-size: 13px;}

/* gallery-----------------------------------------------*/
#gallery{padding: 20px 0;background-color:#FFF;}
#gallery h1{color: #333333;font-size: 18px;font-weight: bold;text-align:center;}
#gallery .info{padding: 2px 10px 20px 10px;color: #999999;font-size: 13px;text-align:center;}
#gallery .imgBox{padding:10px;}
#gallery .imgBox li{margin-bottom:10px;}
#gallery .imgBox li img{width:100%;}
#gallery .imgBox img{width:auto;max-width:100%;display:block;margin:0 auto;}
