div#gallery {
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 600px;
	height: 450px;
	background: #f5f5f5;
	border: none;
	overflow: hidden;
	position: relative;
	white-space: normal;
	text-align: center;
}

div#gallery a {
	position: absolute;
	margin: 0 auto;
	text-decoration: none;
}
div#gallery a img {
	border: 4px solid #f5f5f5;
}
div#gallery a:hover img {
	border: 4px solid #d3deeb;
}

div#gallery a span {
	padding: 6px 0;
	margin: 0;
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	border: none;
	background-color: #f5f5f5;
	width: 0;
	height: 1em;
	overflow: hidden;
	text-decoration: none;
	color: #000;
	border-top: 4px solid #f5f5f5;
	border-bottom: 4px solid #f5f5f5;
}

div#gallery a:hover span {
	border-top: 4px solid #d3deeb;
	border-bottom: 4px solid #d3deeb;
}
