/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
	padding: 0px;
	width: 675px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	.lbGallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbGallery ul a:hover {
	color: #fff;
	font-size: 24%;
}
/**
 * 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 CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 600px;
}
#jquery-lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	top: 0px;
}
#jquery-lightbox a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#lightbox-container-image-box {
	position: relative;
	width: 800px;
	height: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #666666;
	margin: auto;
}
#lightbox-container-image {
	padding-top: 10px;
}

#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-container-image-box.loaded {
	border-bottom: 0;
}
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	background-color: #666666;
	margin: auto;
	overflow: auto;
	width: 120%;
	padding: 0 10px 0;
	font-family: Arial, sans-serif;
	height: 25%;
}

#lightbox-container-image-data {
	padding: 0px;
	color: #FFF;
	font-family: Arial, sans-serif;
	line-height: 18px;
	font-size: 12px;
	margin: auto;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 100%;
	float: left;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
}	
#lightbox-image-details-caption {
	font-family: 'Crimson Text', serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 10px;
	font-family: Arial, sans-serif;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* BeginOAWidget_Instance_2127022: #gallery */

		.lbGallery {
	padding-left: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 20px;
	width: 670px;
	height: auto;
	text-align:left;
		}
		.lbGallery ul { list-style: none; margin:0;padding:0; }
		.lbGallery ul li { display: inline;margin:0;padding:0; }
		.lbGallery ul li a{text-decoration:none;}
			
		.lbGallery ul li a img {
	/*border color, width and margin for the images*/
			border-color: #B90000;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
			margin-bottom:5px:
			}
			
		.lbGallery ul li a:hover img {
	/*background color on hover*/
			border-color: #ffffff;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
		}
