@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: #fff;
		padding: 2px;
		width: 700px;
		float:right;
		 
	}
	.lbGallery ul { list-style: none;  padding: 2px;}
	.lbGallery ul li { display: inline; padding: 2px;}
	.lbGallery ul img {
		border: 2px solid #000;
		border-width: 2px 2px 2px;
	}
	.lbGallery ul a:hover img {
		border: 2px solid #831528;
		border-width: 2px 2px 2px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

.singlelbGallery {
		padding: 0px;
		width: 110px;
	}
	.singlelbGallery ul { list-style: none;  padding: 1px;}
	.singlelbGallery ul li { display: inline; padding: 20px 2px 2px 2px;}
	.singlelbGallery ul img {
		border: 2px solid #000;
		border-width: 2px 2px 2px;
	}
	.singlelbGallery ul a:hover img {
		border: 2px solid #831528;
		border-width: 2px 2px 2px;
		color: #fff;
	}
	.singlelbGallery ul a:hover { color: #fff; }
