#gallery { float: left;  min-height: 12em; border-width: 10px; border-color: blue;}
.gallery.custom-state-active { background: #eee; }
.gallery li { float: left;  padding: 0.4em; margin: 0 0.4em 0.4em 0; text-align: center; z-index: 100;}
.gallery li h5 { margin: 0 0 0.4em; cursor: move; }
.gallery li a { float: right; }
.gallery li a.ui-icon-zoomin { float: left; }
.gallery li img { width: 100%; cursor: move; }

#trash { float: right;  min-height: 100px; padding: 1%; }
#trash h6 { line-height: 16px; margin: 0 0 0.4em; }
#trash h6 .ui-icon { float: left; }
/* #trash .gallery h5 { } */
