/* Slide Show */
.clear {
	clear:both;
}

#gallery {
	position:relative;
	height:360px;
	margin: 10px 0 5px 70px;
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

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