@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
/* BeginOAWidget_Instance_2127022: #gallery */

		.lbGallery {
	/*gallery container settings*/
			background-color: #cccccc;
	width: 775px;
	height: auto;
	text-align:left;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
		}
		.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-left-width: 10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 20px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;

	margin-bottom:5px:;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
			}
			
		.lbGallery ul li a:hover img {
	/*background color on hover*/
	border-color: #E2E2E2;
	border-left-width: 10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 20px;
		}
			
		#lightbox-container-image-box {
			border-top: 0px none #ffffff;
			border-right: 0px none #ffffff;
			border-bottom: 0px none #ffffff;
			border-left: 0px none #ffffff;
			}
			
		#lightbox-container-image-data-box { 
			border-top: 0px;
			border-right: 0px none #ffffff;
			border-bottom: 0px none #ffffff;
			border-left: 0px none #ffffff;
			}
/* EndOAWidget_Instance_2127022 */
