@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
*/
	div#gallery1 {
		margin: 20px auto;
		padding: 0;
		width: 950px;
	}
	
	.lbGallery h3 {
		margin: 0 0 5px 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #999;
	}

	.lbGallery {
		padding: 0;
		margin: 0;
		width: 950px;
		}
	
	.lbGallery ul {
		padding: 0;
		margin: 0;	
		list-style: none;
		}
	
	.lbGallery li { 
		margin: 12px;
		padding: 0;
		float: left;
		position: relative;
		width: 93px;
		height: 72px;
		}

	.lbGallery img {
		background: #fff;
		border: solid 1px #ccc;
		padding: 4px;
		padding: 4px;
		}

	.lbGallery a:hover img {
		border: 2px solid #f00;
		text-decoration: none;
		}
