div#gallery {	
	background-color: transparent;
	color: #000000;
	border: 0px;
	position: relative;
}
/* Menu from Image-Page */
div.image_title_links {
	display: none;
	position: relative;
	background-color: transparent;
	color: #000000;
	width: 840px;
	height: 10px;
	top: -44px;
	left: 90px;
	text-align: center;
}
/* Menu from Subimage-Page */
div#gallery div.image_title_links {
	display: inline;
	position: absolute;
	top: -44px;
	left: 90px;
	text-align: center;
}
#gallery .subimage {
	background-color: transaprent;
	color: #000000;
	border: 0px;
	width: 162px;
	height: 140px;
	text-align: center;
	font-size: 120%;
	position: absolute;
	font-family: arial, verdana, sans-serif;
	font-size: 1.4em;
}
#gallery .image_1 {
	top: 0px;
	left: 0px;
}
#gallery .image_2 {
	top: 150px;
	left: 0px;
}
#gallery .image_3 {
	top: 300px;
	left: 0px;
}
#gallery .image_4 {
	top: 0px;
	right: 0px;
}
#gallery .image_5 {
	top: 150px;
	right: 0px;
}
#gallery .image_6 {
	top: 300px;
	right: 0px;
}