	/* jQuery lightBox plugin - Gallery style */

	#gallery { 
		float: none;
/*
		background-color: #eee;
		border: 1px solid #999;
*/
		padding:0px 2px;
		width: 100%;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 3px solid #ddd;
		border-width: 1px;
	}
	#gallery ul a:hover img {
		border: 1px solid #aaa;
		border-width: 1px;
		color: #fff;
	}
	#gallery ul a:hover { color: #808080; }


/* BoxFotoLightbox Right */	
	#BoxFotoLightbox { 
		float: none;
		padding:0px 2px;
		width: 100%;
	}
	#BoxFotoLightbox ul { list-style: none; }
	#BoxFotoLightbox ul li { display: inline; }
	#BoxFotoLightbox ul img {
		border: 3px solid #ddd;
		border-width: 1px;
	}
	#BoxFotoLightbox ul a:hover img {
		border: 1px solid #aaa;
		border-width: 1px;
		color: #fff;
	}
	#BoxFotoLightbox ul a:hover { color: #808080; }
