@charset "UTF-8";

.N3DC4EC1C--gallery {
	overflow:hidden;
}
.N3DC4EC1C--img-div {
	-o-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	
	float:left;
	margin:0 8px 16px;
}
.N3DC4EC1C--div {
	display:table;
	width:100%;
	height:100%;
	position: relative;
}
.N3DC4EC1C--a {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:0.01px;
}
.N3DC4EC1C--img {
	-o-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	
	display:inline-block;
	border:1px solid #CCCCCC;
	padding:2px;
}
.N3DC4EC1C--caption {
    width: 190px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 3px;
    left: 0;
    color: white;
    margin: 0 3px;
    padding: 2px;
    text-align: center;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.N3DC4EC1C--caption:empty {
    padding: 0;
}
.t-contenteditable .N3DC4EC1C--caption {
    padding: 2px;
}
.N3DC4EC1C--empty {
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
    height: 200px;
    width: 100%;
    border: 1px dashed #CCCCCC;
    color: #555555;
    display: block;
    font-family: 'Open sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100px;
    text-align: center;
}
.N3DC4EC1C--empty:before {
	content:"[ This is an empty gallery. Drop images here from your desktop to upload them. ]";
}


/**
 * jQuery lightBox plugin   !!!    Modified to be used in Boomla
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
.N3DC4EC1C--gallery .gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
.N3DC4EC1C--gallery .gallery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
.N3DC4EC1C--gallery .gallery-lightbox a img { border: none; }
.N3DC4EC1C--gallery .gallery-lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
.N3DC4EC1C--gallery .gallery-lightbox-container-image { padding: 10px; }
.N3DC4EC1C--gallery .gallery-lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.N3DC4EC1C--gallery .gallery-lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.N3DC4EC1C--gallery .gallery-lightbox-container-image-box > .N3DC4EC1C--gallery .gallery-lightbox-nav { left: 0; }
.N3DC4EC1C--gallery .gallery-lightbox-nav a { outline: none;}
.N3DC4EC1C--gallery .gallery-lightbox-nav-btnPrev, .N3DC4EC1C--gallery .gallery-lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
.N3DC4EC1C--gallery .gallery-lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
.N3DC4EC1C--gallery .gallery-lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
.N3DC4EC1C--gallery .gallery-lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
.N3DC4EC1C--gallery .gallery-lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
.N3DC4EC1C--gallery .gallery-lightbox-container-image-data .N3DC4EC1C--gallery .gallery-lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
.N3DC4EC1C--gallery .gallery-lightbox-image-details-caption { font-weight: bold; }
.N3DC4EC1C--gallery .gallery-lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	text-align:left;
}			
.N3DC4EC1C--gallery .gallery-lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.N3DC4EC1C--gallery .show-btn-prev {
	background: url(/v2/.InlineStyle/prev.gif?o1-cache=011a70af49) scroll no-repeat left 15% transparent;
}
.N3DC4EC1C--gallery .show-btn-next {
	background: url(/v2/.InlineStyle/next.gif?o1-cache=01fcd97cfd) scroll no-repeat right 15% transparent;
}
.N3DC4EC1C--gallery .gallery-loading {
	background: url(/v2/.InlineStyle/loading.gif?o1-cache=010f557a44) 50% 50% no-repeat transparent;
	width:32px;
	height:32px;
	margin:auto;
}
.N3DC4EC1C--gallery .gallery-btn-close {
	background: url(/v2/.InlineStyle/close.gif?o1-cache=01dd6c4486) left 15% no-repeat transparent;
	width:66px;
	height:22px;
}
