/**
 * jQuery lightBox plugin
 * 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
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
#lightbox-container-image {padding:1px}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 30%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	position:relative;
	left: 13px; 
	float: left;
}
#lightbox-nav-btnNext { 
	position:relative;
	right: 13px;
	float: right;
}

#lightbox-secNav-btnClose {
	width: 33px; 
}

.lghtbxgallery{clear:both}
a.alghtbxgallery:link,a.alghtbxgallery:visited,a.alghtbxgallery:hover,a.alghtbxgallery:active{display:block;float:left;margin:14px 0 0 14px;font:12px Roboto,'Roboto',Arial;line-height:14px;color:#257fbc;text-decoration:underline}
.lghtbxgallery img,.lghtbx img,.lghtbx2 img,.lghtbx3 img {cursor:url('/assets/images/lightbox/plus.png'), pointer}
.plus2 img {cursor:url('/assets/images/lightbox/plus2.png'), pointer !important}
.lghtbxgalleryname{padding-top:3px;font:12px Roboto,'Roboto',Arial;line-height:14px;color:#257fbc;text-align:center}

.lghtbxgallerydiv2{width:214px;float:left;margin:14px 0 0 14px}
a.alghtbxgallery2:link,a.alghtbxgallery2:visited,a.alghtbxgallery2:hover,a.alghtbxgallery2:active{display:block;font:12px Roboto,'Roboto',Arial;line-height:14px;color:#257fbc;text-decoration:underline}
.lghtbxgallerydes{padding-top:3px;font:10px Roboto,'Roboto',Arial;line-height:14px;color:#000;text-align:center}

.lghtbxgallerytbl{margin-top:20px}
.lghtbxgallerytdimg{padding-left:14px;vertical-align:middle}
.lghtbxgallerytdtext{padding-left:20px;vertical-align:middle}
.lghtbxgallerytblname{font:14px Roboto,'Roboto',Arial;line-height:14px;color:#257fbc;text-align:center}
.lghtbxgallerytbldes{padding-top:3px;font:12px Roboto,'Roboto',Arial;line-height:14px;color:#000;text-align:center}