/*
 * 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,.5);
 display:none;
 left:0;
 top:0
}
.easyGalleryJquery {
 background:#FFF;
 z-index:1200
}
.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:#dddddb;text-align:center;
 font-size:1.2em;
 padding-top:0px;
 /*! text-shadow:1px 1px 1px #FFF; */
 color:#000;
 font-weight: 500;
}
.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:#F8C300;
 border:0 none;
 color:#FFF;
 font-size:1.5em;
 float:right;
 display:inline-block;
 cursor:pointer;
 position:absolute
}
.easyGalleryJqueryTop input:hover {
 background:#F22D32
}
.easyGallerymoveLeft {
 margin:0;
 padding:0;
 width:100px;
 position:absolute;
 height:auto;
 list-style:none;
 cursor:pointer;
 background:url(../images/controllers/previous.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
}
