#EzGalleryList .EzGalleryListItem {
  height: 66px;
  margin-bottom: 4px;
  border: 1px solid #999999;
}
#EzGalleryList .EzGalleryListItem.Hover {
  background: #eeeeee;
  border-color: #871b00;
}
#EzGalleryList .EzGalleryListThumb {
  padding: 3px;
  float: left;
  width: 80px;
}
#EzGalleryList .EzGalleryListName {
  margin: 3px 0 4px 0;
}
#EzGalleryList .EzGalleryListName,
#EzGalleryList .EzGalleryListCount {
  margin-left: 90px;
}

#EzGalleryList .EzGalleryListItem {
  float: left;
  width: 220px;
  margin-right: 5px;
  overflow: hidden;
}
#EzGalleryList .EzGalleryListName {
  margin-bottom: 2px;
}
#EzGalleryList .EzGalleryListCount {
  font-size: 11px;
}

