body{
	font-family:arial
}

.clear {
	clear:both
}

#gallery {
	/*position:absolute;*/
	width: 180px;
}

#gallery a {
	/*float:left;
	position:absolute;*/
}
	
#gallery a img {
	border:none;
}
	
#gallery a.show {
	z-index:50;
}

#gallery a.hide {
	z-index: 0;
}

