@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
*/

/* Furniture Gallery Start */
.lbGallery {
	margin:auto;
	background-color: #000;
	padding: 0px;
	width: 700px;
	}
	.lbGallery ul {
	list-style: none;
	background-color: #000;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	background-color: #000;
	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: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	}
	.lbGallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	
/*Furniture Gallery End */

/* Fine Art Gallery Start  */	
.lbFineGallery {
	margin:auto;
	background-color: #000;
	padding: 0px;
	width: 600px;
	}
	.lbFineGallery ul {
	list-style: none;
	background-color: #000;
}
	.lbFineGallery ul li { display: inline; }
	.lbFineGallery ul img {
	background-color: #000;
	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: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	}
	.lbFineGallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbFineGallery ul a:hover { color: #fff; }
