/* jQuery lightBox plugin - Gallery style */
#gallery {
		/*background-color: #FFFF00;*/
		/*padding: 10px;
		width: 275px;*/
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
		border: none;
		/*border: 1px solid #3e3e3e;*/
		/*border-width: 5px 5px 20px;*/
}
#gallery ul a:hover img {
		/*border: 1px solid #fff;*/
		/*border-width: 5px 5px 20px;
		color: #fff;*/
}
#gallery ul a:hover { /*color: #fff;*/ }