/** 
 * 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;
    /*margin: 5px;*/
    /*padding: 5px;*/
    /*background: #D8D5D2;*/
}

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

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

.droppicsgallerymasonry .clr {
    clear: both;
}