.imageGallery {
    min-height:110px;
}
.imageGallery li {
    list-style-type:none;
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
    -moz-box-shadow:0px 0px 10px #333;
    -webkit-box-shadow:0px 0px 10px #333;
    box-shadow:0px 0px 3px #333;
}
.imageGallery li img {
    display: block;
}
#trashbox {
    position:fixed;
    bottom: 10px;
    right: 10px;
    /*background:#ffafdf;*/
    background:#fff;
    border: 3px dashed #cfcfcf;
}
#trashbox ul {
    width: 215px;
    height: 240px;
}
#trashbox ul li {
    list-style-type:none;
    float:left;
    margin-right:3px;
    margin-bottom:3px;
}
#trashbox ul li img {
    width: 50px;
    height: 40px;
}
#trashbox .imageGalleryPlaceholder {
    width: 50px;
    height: 40px;
}
.imageGalleryPlaceholder {
    border: 1px solid #efefef;
    opacity: 0.35;
    width: 168px;
    height: 110px;
}
#trashboxInstructions {
    position: absolute;
    top: 45%;
    font-size:11px;
    font-family:monospace;
    text-align:center;
}
#trashboxLinks {
    text-align:right;
    padding-bottom:5px;
    padding-right:5px;
}