#galleryContainer ul {
	list-style-type: none;
}

#galleryContainer ul li {
	float: left;
	width: 165px;
	height: 165px;
	margin: 20px 0px 10px 20px;
}

#galleryContainer ul li a {
	width: 163px;
	height: 163px;
	display: block;
	border: 1px solid #252525;
	text-decoration: none;
}

	#galleryContainer ul li a h3 {
		display: none;
	}

#galleryContainer ul li a:hover {
	border: 1px solid #222;
}

	#galleryContainer ul li a:hover h3 {
		display: block;
		height: 30px;
		background: #eee;
	}
	
	#galleryContainer ul li a span {
		display: none;
		background: #111;
		color: #fff;
		font-size: 1.2em;
		padding: 4px;
	}
	

	
	#galleryContainer a {
		color: #c00;
		font-weight: bold;
	}	
	
h3 a {
	color: #333;
}
