@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: #ffffff;
		padding: 10px;
		width: 540px;
		text-align:left
	}
	.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: #ffffff;
			border-left-width: 5px;
			border-top-width: 5px;
			border-right-width: 5px;
			border-bottom-width: 5px;
			margin-left:5px;
			margin-right:5px;
			margin-top:5px;
			margin-bottom:5px:
			}
			
		.lbGallery ul li a:hover img {	
			/*background color on hover*/
			border-color: #cccccc;
			border-left-width: 5px;
			border-top-width: 5px;
			border-right-width: 5px;
			border-bottom-width: 5px;
		}
	.lbGallery ul a:hover { color: #fff; }
	


