@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
*/
.lbGallery {
	background-color: #ffffff;
	padding: 0px;
	width: 580px;
	height: 90px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li {
	display: inline;
}
	.lbGallery ul img {
	}
	.lbGallery ul a:hover img {
	}
	.lbGallery ul a:hover { color: #336699; }
	
	.lbGallery ul li a {
	  display:block;
	  padding: 0px 8px 0px 0px;
	  color:#4863A0;
	  text-decoration:none;
      }
	
