@charset "utf-8";
		.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: #b3b3b3;
			border-left-width: 1px;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			margin-left:0px;
			margin-right:0px;
			margin-top:20px;
			margin-bottom:0px:;
			padding-bottom: 0px;
			
			}
			
		.lbGallery ul li a:hover img {	
			/*background color on hover*/
			border-color: #000000;
			border-left-width: 1px;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
		}
			
		#lightbox-container-image-box {
			border-top: 1px solid #cccccc;
			border-right: 1px solid #cccccc;
			border-bottom: 1px solid #cccccc;
			border-left: 1px solid #cccccc;
			}
			
		#lightbox-container-image-data-box { 
			border-top: 0px;
			border-right: 1px solid #cccccc;
			border-bottom: 1px solid #cccccc;
			border-left: 1px solid #cccccc;
			}
/* EndOAWidget_Instance_2127022 */

/* BeginOAWidget_Instance_2127022: #gallery */

		.lbGallery { 
			/*gallery container settings*/
			background-color: #FFF;
			padding-left: 0px;  
			padding-top: 0px;  
			padding-right: 0px;  
			padding-bottom: 0px;
			margin-bottom: 0px;  
			width: 140px;
			height: 480px;
			text-align:center;
			float: right;
		}
	.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; }
	
