/** 
 * 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: 1.2em;
    left: 0;
    bottom: -20px;
    width: 100%;
}

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

.droppicsgallerydefault .wimg.num0 {
    width: 100% !important;
    height: auto !important;
}



.droppicsgallery.droppicsgallerydefault .wimg {
    width: 33.33%;
    margin: 0;
}

.droppicsgallery.droppicsgallerydefault .wimg .img {
    margin: 15px 0 !important;
    width: 95%;
}

.droppicsgallerydefault .wimg.num0 img {
    width: 100% !important;
}

.droppicsgallerydefault .wimg.disp-none {
    display: none;
}

.droppicsgallerydefault .wimg.num1, .droppicsgallerydefault .wimg.num2, .droppicsgallerydefault .wimg.num3 {
    text-align: left;
    width: 33% !important;
    height: auto !important;
}

.droppicsgallerydefault .wimg.num3 {
    text-align: right;
}
