@CHARSET "ISO-8859-1";

#gallery {
	width: auto;
	height: auto;
	position: relative;
}
#gallery a.gallery {
	width:inherit;
	height:inherit;
	float: right;
	position: absolute;
}
#gallery img{
	border: thin solid #434343;
	border-radius:3px;
}
#gallery a.show {
	z-index:500;
}