@charset "utf-8";

a.gallery, a.gallery:visited {
	z-index: 2;
}
a.ve1 {
	height: 35px;
	width: 35px;
	position: absolute;
	left: 270px;
	top: 450px;
	background-image: url(images/VE1.gif);
	z-index: 5;
}
a.ve2 {
	height: 35px;
	width: 35px;
	position: absolute;
	left: 260px;
	top: 480px;
	background-image: url(images/VE2.gif);
	z-index: 5;
}
a.ve3 {
	height: 35px;
	width: 35px;
	position: absolute;
	left: 270px;
	top: 510px;
	background-image: url(images/VE3.gif);
	z-index: 5;
}
a.vs {
	height: 35px;
	width: 35px;
	position: absolute;
	left: 300px;
	top: 520px;
	background-image: url(images/VS.gif);
	z-index: 5;
}
a.vw1 {
	height: 35px;
	width: 35px;
	position: absolute;
	left: 325px;
	top: 450px;
	background-image: url(images/VW1.gif);
	z-index: 5;
}
a.vw2 {
	height: 35px;
	width: 35px;
	position: absolute;
	left: 330px;
	top: 480px;
	background-image: url(images/VW2.gif);
	z-index: 5;
}
a.vw3 {
	height: 35px;
	width: 35px;
	position: absolute;
	left: 330px;
	top: 510px;
	background-image: url(images/VW3.gif);
	z-index: 5;
}
a.gallery span {
	visibility:hidden;
	display:block;
	color:#000;
	text-align:center;
	letter-spacing:1px;
	cursor:default;
	text-decoration: none;
	position: absolute;
	background-color: #FFFFFF;
	font-size: 0.85em;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a.ve1 span {
	top:-140px;
	text-decoration: none;
	right: 50px;
}
a.ve2 span {
	top:-170px;
	text-decoration: none;
	right: 40px;
}
a.ve3 span {
	top:-200px;
	text-decoration: none;
	right: 45px;
}
a.vs span {
	top:-220px;
	text-decoration: none;
	right: 90px;
}
a.vw1 span {
	top:-140px;
	text-decoration: none;
	right: 105px;
}
a.vw2 span {
	top:-190px;
	text-decoration: none;
	right: 110px;
}
a.vw3 span {
	top:-200px;
	text-decoration: none;
	right: 110px;
}
a.gallery:hover {white-space:normal; z-index:100;}

a.gallery:hover span {
	visibility:visible;
	z-index:100;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a.gallery:active, a.gallery:focus {z-index:20;}
a.gallery:focus span {
	visibility:visible;
	z-index:20;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.gallery:active span {
	visibility:hidden;
	z-index:20;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gallery {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
