@charset "utf-8";
body {
	background-image: url(../images/bgtile.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#galleryholder {
	margin-top: 25px;
	margin-bottom: 50px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 800px;
}
#galleryholder a {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	color: #660;
	font-weight: bold;
}
#galleryholder h1 {
	margin-bottom: 15px;
	text-align: center;
}
#gallery1 {
	width: 100%;
}
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
	padding: 0px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	}
	.lbGallery ul {
	list-style: none;
	margin: 0px;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #332A21;
	border-right-color: #332A21;
	border-bottom-color: #332A21;
	border-left-color: #332A21;
	}
	.lbGallery ul a:hover img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7B6550;
	border-right-color: #7B6550;
	border-bottom-color: #7B6550;
	border-left-color: #7B6550;
	}
	.lbGallery ul a:hover { color: #fff; }
	

