@charset "utf-8";
/* CSS Document */
/* BeginOAWidget_Instance_2127022: #gallery */

.lbGallery {
	/*gallery container settings*/
	background-color: #EFEFEF;
	float:left;
	width: 86%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	height: auto;
	text-align: left;
}

.lbGallery ul { list-style: none; }
.lbGallery ul a:hover { color: #fff; }
.lbGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
.lbGallery ul li { display: inline;margin:0;padding:0; }
.lbGallery ul li { display: inline; }

.lbGallery ul li a{text-decoration:none;}

.lbGallery ul img {
	border: 3px solid #CCC;
	-webkit-border-radius: 15px;
  	-moz-border-radius: 15px;
  	-ms-border-radius: 15px;
  	-o-border-radius: 15px;
 	 border-radius: 15px;
		/*border-width: 5px 5px 20px;*/
	}
			
.lbGallery ul li a img {
	/*border color, width and margin for the images*/
	/*border-color: #009999;
	border-left-width: 3px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;*/
	height: 135px;
	width: 135px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 15px;
  	-moz-border-radius: 15px;
  	-ms-border-radius: 15px;
  	-o-border-radius: 15px;
  	border-radius: 15px;
			}
			
.lbGallery ul li a:hover img {
	/*background color on hover*/
	border-color: #0066FF;
	border-left-width: 3px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
		}
			
#lightbox-container-image-box {
	/* large image outer box */
	border-top: 0px none #ffffff;
	border-right: 0px none #ffffff;
	border-bottom: 0px none #ffffff;
	border-left: 0px none #ffffff;
	/*webkit-border-radius: 20px;
  	-moz-border-radius: 20px;
  	-ms-border-radius: 20px;
  	-o-border-radius: 20px;
  	border-radius: 20px;*/
			}
			
#lightbox-container-image-data-box { 
	border-top: 0px;
	border-right: 0px none #ffffff;
	border-bottom: 0px none #ffffff;
	border-left: 0px none #ffffff;
	/*-webkit-border-radius: 15px;
  	-moz-border-radius: 15px;
 	 -ms-border-radius: 15px;
 	 -o-border-radius: 15px;
  	border-radius: 15px;*/
			}
/* EndOAWidget_Instance_2127022 */
/*</style>
<script type="text/xml">
<!--
<oa:widgets>
  <oa:widget wid="2127022" binding="#gallery" />
</oa:widgets>*/
