@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: #000;
	padding: 10px;
	width: 775px;
	position: absolute;
	left: 215px;
	top: 280px;
	}
	.lbGallery ul { list-style: none; }
	.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: #5B544C;
	border-right-color: #5A5551;
	border-bottom-color: #5B544C;
	border-left-color: #5B544C;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #FFF;
	}
	.lbGallery ul a:hover {
	color: #FFF;
}
.lbGalleryLogo {
	background-color: #000;
	padding: 10px;
	width: 540px;
	position: absolute;
	left: 319px;
	top: 276px;
	}
	.lbGalleryLogo ul { list-style: none; }
	.lbGalleryLogo ul li { display: inline; }
	.lbGalleryLogo 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: #5B544C;
	border-right-color: #5A5551;
	border-bottom-color: #5B544C;
	border-left-color: #5B544C;
	}
	.lbGalleryLogo ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #FFF;
	}
	.lbGalleryLogo ul a:hover {
	color: #FFF;
}
.galleryTitle {
	font-family: "Century Gothic";
	color: #FFF;
}

.lbGalleryStationery {
	background-color: #000;
	padding: 10px;
	width: 775px;
	position: absolute;
	left: 65px;
	top: 299px;
	}
	.lbGalleryStationery ul { list-style: none; }
	.lbGalleryStationery ul li { display: inline; }
	.lbGalleryStationery 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: #5B544C;
	border-right-color: #5A5551;
	border-bottom-color: #5B544C;
	border-left-color: #5B544C;
	}
	.lbGalleryStationery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #FFF;
	}
	.lbGalleryStationery ul a:hover {
	color: #FFF;
}
