.clear {
	clear:both
}
#gallery {
	position:relative;
	height:485px
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border:none;
}
#gallery a.show {
	z-index:500
}
#gallery .caption {
	display:none;
}

