/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
	.gallery1 {
		background-color: #ccc;
		padding:5px;
		width: 960px;
		border:0px solid #999;
		
	}
	.gallery1 ul { list-style: none; }
	.gallery1 ul li { display: inline; }
	.gallery1 ul img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
	}
	.gallery1 ul a:hover img {
		border: 5px solid #333;
		border-width: 5px 5px 5px;
		color: #00F;
	}
	.gallery1 ul a:hover { 
		color: #00F;
		
	}