#wpsimplegallery_container {

}


#wpsimplegallery_thumbs {

}
#wpsimplegallery_thumbs li {
    margin: 4px;
    padding: 0;
    display: block;
    float: left;
    position: relative;
    background: #eee;
    padding: 5px;
    border: 1px solid #DFDFDF;
    width: 109px;
    height: 109px;
}

#wpsimplegallery_thumbs li img {
    cursor: move;
    width: 109px;
    height: 109px;
    padding: 0;
    margin: 0;
}
#wpsimplegallery_thumbs li .wpsimplegallery_remove {
    display: block;
    text-indent: -9999px;
    outline: 0;
    background: url(delete_thumb.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -4px;
    right: -4px;
}

.wpsimplegallery_placeholder {
    border: 1px dashed #ccc !important;
}
#wpsimplegallery_container .clearfix:before,
#wpsimplegallery_container .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

#wpsimplegallery_container .clearfix:after {
    clear: both;
}
#wpsimplegallery_container .clearfix {
    zoom: 1;
}