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

a img {
border: 0px;
margin: 0px;
padding: 0px;
}


.lbGallery {
	background-color: #000000;
	width: 155px;
	border: 0px solid #000;
	cursor: auto;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	height: 510px;
	overflow: auto;
	padding: 0px;
	float: none;
	clear: none;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li {
	display: inline;
	height: 45px;
	width: 45px;
}
	.lbGallery ul img {
		border: 2px solid #000000;
		border-width: 2px 2px 2px;
	}
	.lbGallery ul a:hover img {
	border: 2px solid #fff;
	border-width: 2px 2px 2px;
	color: #ff47a6;
	background-color: ff47a6;
	position: relative;
	}
	.lbGallery ul a:hover { color: #639; }
	
