@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
*/
.lbGallery {
	background-color: #e4e5e6;
	box-sizing: border-box;
	text-align: left;
	min-height: 468px;
	padding: 1.75rem;
}
.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 img {
	width: 82px;
	height: 82px;
}
			
.lbGallery ul li a img {
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	padding: 5px;
	margin-left: 5px;
}

.lbGallery ul a:hover img {
	/*border: 5px solid #fff; */
	/*border-width: 5px 5px 20px; */
	/*color: #fff; */
}
			
.lbGallery ul li a:hover img {
	border: 1px solid #c30000;
	box-shadow: 0 0 2px 1px rgb(195 0 0 / 15%);
	transition: 0.3s;
}

.lbGallery ul a:hover {
	color: #fff;
}

#lightbox-container-image-box {
	border: 0px none #ffffff;
}

#lightbox-container-image-data-box { 
	border: none;
}
/* EndOAWidget_Instance_2127022 */
