/** 
 * 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
 */

.droppicsgallerydefault {
    margin: 0 auto;
    margin-top: 20px;
}

.droppicsgallerydefault .wimg {
    position: relative;
    float: left;
    text-align: center;
    max-width: 100%;
    margin: 5px;
    margin-bottom: 20px;
}

.droppicsgallerydefault a, .droppicsgallerydefault a:hover {
    border: none;
    background: none !important; 
}


.droppicsgallerydefault .img {
    text-align: center;
    border-style: solid;
}


.droppicsgallerydefault .clr {
    clear: both;
}

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

.droppicsgallerydefault span {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    left: 0;
    bottom: -10px;
    width: 100%;
}

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