/*
 * EasyJqueryGallery - jQuery Plugin
 * Simple Gallery
 *
 * Examples and documentation at: http://tiendas-digitales.net
 *
 * Copyright (c) 2017 Lucas Gabriel Martinez
 *
 * Version: 1.0.0 - 2017/07/10
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

.easyGalleryJqueryBack {
    position: absolute!important;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .9);
    display: none;
    left: 0;
    top: 0
}
.easyGalleryJquery {
    background: #FFF;
    z-index: 9999;
}
.easyGalleryLoader {
    position: absolute;
    display: none;
    background: #FFF;
    padding: 10px;
    height: auto;
    width: auto;
    z-index: 2000
}
.easyGalleryJqueryTop {
    width: 100%;
    height: 40px;
    display: inline-block;
    float: left
}
.easyGalleryJqueryBottom {
    width: 100%;
    display: inline-block;
    float: left;
    height: 35px;
    background: #E4E4E4;
    text-align: center;
    font-size: .9em;
    padding-top: 4px;
    text-shadow: 1px 1px 1px #FFF;
    color: #525252
}
.easyGalleryJqueryTop h1 {
    width: 100%;
    margin: 0;
    font-size: 1.2em;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    float: left;
    text-align: center;
    display: inline-block;
    background: #222;
    /*font-family: 'Helvetica', Arial, Verdana;*/
    color: #fff;
    text-shadow: 1px 1px 1px #000
}
.easyGalleryJqueryTop input {
    width: 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    background: #B90000;
    border: 0 none;
    color: #FFF;
    font-size: 1.5em;
    float: right;
    display: inline-block;
    cursor: pointer;
    position: absolute
}
.easyGalleryJqueryTop input:hover {
    background: #F22D32
}
.pluginSelector img.img-responsive {
    height: 200px;
    margin-bottom: 20px;
}
.easyGallerymoveLeft {
    margin: 0;
    padding: 0;
    width: 100px;
    position: absolute;
    height: auto;
    list-style: none;
    cursor: pointer;
    background: url(../images/controllers/prev.png) no-repeat center
}
.easyGallerymoveRight {
    width: 100px;
    height: auto;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    background: url(../images/controllers/next.png) no-repeat center
}
.easyGalleryContent {
    width: 100%;
    float: left;
    height: 100%!important;
    display: inline-block;
    text-align: center;
    overflow: hidden
}
.easyGalleryContent figure {
    margin: 0;
    padding: 0;
    text-align: center
}
.easyGalleryContent figure img {
    vertical-align: top
}
.easyGalleryJquery ul {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFF;
    float: left;
    height: auto;
    display: inline-block
}