@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 {
	/*gallery container settings*/
	padding: 10px 10px 10px 65px;
}
.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: #fff;
	border-left-width: 10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
 margin-bottom:5px:
}
.lbGallery ul li a:hover img {
	/*background color on hover*/
	border-color: #999;
	border-left-width: 10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
}
#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;
}
