.clear {
	clear:both
}

#gallery {
	position:relative;
	width:1000px;
	float:left;
}

#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}