	#lightboxgallery {
		/*background-color: #444;*/
		padding: 10px;
		width: 520px;
	}
	#lightboxgallery ul { list-style: none; }
	#lightboxgallery ul li { display: inline; }
	#lightboxgallery ul img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		width:100px;
		height:100px;
	}
	#lightboxgallery ul a:hover img {
		border: 5px solid #CCCC9A;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#lightboxgallery ul a:hover { color: #fff; }