@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for derekmueller.com
    Feel free to edit it to suit your needs
*/
.lbGallery { 
	background-color: #848284;
	width: 820px;
	height: auto;
	text-align:left;
	margin: 0 auto;
}
.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 {  }
	
.lbGallery ul li a:hover img {	
	border-color: #ffffff;
}
	
#lightbox-container-image-box {
	border-top: 0px none #ffffff;
	border-right: 0px none #ffffff;
	border-bottom: 0px none #ffffff;
	border-left: 0px none #ffffff;
	}
	
#lightbox-container-image-data-box { 
	border-top: 0px;
	border-right: 0px none #ffffff;
	border-bottom: 0px none #ffffff;
	border-left: 0px none #ffffff;
}
