@charset "utf-8";
.lbSingle {
	margin-right: auto;
	margin-left: auto;
	background: #444;
	padding: 10px;
	list-style: none;
	width: 120px;
}
.lbSingle img{
	border: 10px solid #444;
	margin-right: auto;
	margin-left: auto;
}
.lbSingle a:hover img{
	border: 10px solid #FFF;
}


/* 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: #444;
	padding: 10px 30px 10px 10px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	}

	.lbGallery ul {
	list-style: none;
}
	.lbGallery ul li {
	display: inline;
	text-align: center;
}
	.lbGallery ul img {
	border: 6px solid #444;
	}
	.lbGallery ul a:hover img {
	border: 6px solid #FFF;
	}
	.lbGallery ul a:hover {
	color: #6fff02;
}
	

