.clear {
	clear:both
}

#gallery {
	position:relative;
	height:338px;
	float:left;
	
}
#gallery a 
{
	float:left;
	position:absolute;
}
	
#gallery a img {
	border:none;
}
	
#gallery a.show 
{
	z-index:500
}

