/** 
 * 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
 */
.droppicsgallerycarousel .nivoSlider {
    position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.droppicsgallerycarousel .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.droppicsgallerycarousel .nivoSlider a {
    border:0;
    display:block;   
    
    background:white; 
    filter: alpha(opacity=0); 
    opacity: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    position: absolute; 
}


.droppicsgallerycarousel .clr {
    clear: left;
}


.droppicsgallerycarousel .droppicscats .wimg {
    position: relative;
    float: left;
    text-align: center;
    margin: 20px;
}

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

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

.droppicsgallerycarousel .nivoSlider  i.video {    
    width: 48px;
    height: 48px;
    display: inline-block;
    position: absolute;
    left: 48%;
    top: 45%;
    z-index: 9999;
    background: url("images/white-play-48.png");    
}
.droppicsgallerycarousel .nivoSlider  i.video:hover {
    cursor: pointer;
}
