@charset "UTF-8";
.N53A61BC1--empty {
    padding: 2em;
    border: 4px dashed #aaaaaa;
    font-family: sans-serif;
    font-size: 14px;
}
.N53A61BC1--a {
    display: block;
}
.N53A61BC1--img {
    display: block;
}
.N53A61BC1--table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.N53A61BC1--td {
    padding: 0;
}



/**
 * 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
 */
.N53A61BC1--popup .gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
.N53A61BC1--popup .gallery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
.N53A61BC1--popup .gallery-lightbox a img { border: none; }
.N53A61BC1--popup .gallery-lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
.N53A61BC1--popup .gallery-lightbox-container-image { padding: 10px; }
.N53A61BC1--popup .gallery-lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.N53A61BC1--popup .gallery-lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.N53A61BC1--popup .gallery-lightbox-container-image-box > .N53A61BC1--popup .gallery-lightbox-nav { left: 0; }
.N53A61BC1--popup .gallery-lightbox-nav a { outline: none;}
.N53A61BC1--popup .gallery-lightbox-nav-btnPrev, .N53A61BC1--popup .gallery-lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
.N53A61BC1--popup .gallery-lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
.N53A61BC1--popup .gallery-lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
.N53A61BC1--popup .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%;
}
.N53A61BC1--popup .gallery-lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
.N53A61BC1--popup .gallery-lightbox-container-image-data .N53A61BC1--popup .gallery-lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
.N53A61BC1--popup .gallery-lightbox-image-details-caption { font-weight: bold; }
.N53A61BC1--popup .gallery-lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	text-align:left;
}			
.N53A61BC1--popup .gallery-lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.N53A61BC1--popup .show-btn-prev {
	background: url(/v2/.InlineStyle/prev.gif?o1-cache=01c6370c31) scroll no-repeat left 15% transparent;
}
.N53A61BC1--popup .show-btn-next {
	background: url(/v2/.InlineStyle/next.gif?o1-cache=014ff50d7c) scroll no-repeat right 15% transparent;
}
.N53A61BC1--popup .gallery-loading {
	background: url(/v2/.InlineStyle/loading.gif?o1-cache=012dc6633b) 50% 50% no-repeat transparent;
	width:32px;
	height:32px;
	margin:auto;
}
.N53A61BC1--popup .gallery-btn-close {
	background: url(/v2/.InlineStyle/close.gif?o1-cache=0118be9c18) left 15% no-repeat transparent;
	width:66px;
	height:22px;
}
