#image a {
	position: relative;
	z-index: 10;
	float: left;
	clear: left;
	width: 100px;
	height: 75px;
	margin: 10px;
}
#links {
	position: relative;
	z-index: 10;
	float: left;
	clear: left;
}
#gallery1 a {
	position: relative;
	z-index: 10;
	float: left;
	width: 100px;
	height: 75px;
	margin: 10px; 
}
#gallery1 img, #image img {
	width: 100%;
	height: 100%;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
#gallery1 a:hover, #image a:hover {
	z-index: 50;
	top: -256px;
	left: 0px;
}
#gallery1 a:hover img, #image a:hover img {
	width: 480px;
	height: 332px; 
}