/** 
 * Droppics
 * 
 * We developed this code with our hearts and passion.
 * We hope you found it useful, easy to understand and to customize.
 * Otherwise, please feel free to contact us at contact@joomunited.com *
 * @package Droppics
 * @copyright Copyright (C) 2013 JoomUnited (http://www.joomunited.com). All rights reserved.
 * @copyright Copyright (C) 2013 Damien Barrère (http://www.crac-design.com). All rights reserved.
 * @license GNU General Public License version 2 or later; http://www.gnu.org/licenses/gpl-2.0.html
 */

 .droppicsgallerymasonry {
    margin-top: 20px;
    margin: 0 auto;
    width: 100%;
}

.droppicsgallerymasonry .wimg {
    position: relative;
    float: left;
    text-align: center;
}

.droppicsgallerymasonry .droppicspictures div.wimg a, .droppicsgallerymasonry .droppicspictures div.wimg a img, .droppicsgallerymasonry .droppicspictures div.wimg a:hover {
    border: none !important;
    background: none !important; 
}

.droppicsgallerymasonry .droppicspictures .img {
    text-align: center;
    border-style: solid;
    vertical-align: bottom;
}

.droppicsgallerymasonry .clr {
    clear: both;
}

.droppicscats {
    position: relative;
}

.droppicsgallerymasonry .droppicscatslink {
    position: absolute;
    top: 0;
    left: 0;
}

.droppicsgallerymasonry span {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    font-size: 1.2em;
    left: 0;
    bottom: -20px;
    width: 100%;
}

.droppicsspinnerwrapper {
    clear: left;
    position: relative;
    height: 30px;
}