#gallery {
	position:relative;
	height:152px;
}

#gallery a {
	float:left;
	position:absolute;
	cursor:default;
}
	
#gallery a.show {
	z-index:500;
}