@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: #205c7c;
		padding: 0px;
		width: 960px;
		margin: 0px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; 
		margin: 15px;
		float: left;
	}
	.lbGallery ul img {
		border: 5px solid #ccc;
		border-width: 5px 5px 5px;
	}
	.lbGallery ul a:hover img {
		border: 5px solid #205c7c;
		border-width: 5px 5px 5px;
		color: #205c7c;
	}
	.lbGallery ul a:hover { color: #fff; }
	
	.div img {
		margin: 20px;
		padding: 0px;
		background-color: #000;
		float: left;
		border: 5px solid #205c7c;
		height: auto;
		width: auto; 
	}
	
	.portfolio-grid img {
		display: inline;
		float: right; }