.gallery {
	padding: 0 4px 10px 0;
	width: 500px;
	}

.gallery ul {
	height: 110px;
	list-style :none;
	margin: 5px 0 0;
	padding: 0;
	position: relative;
	}

.gallery ul li {
	display: block;
	float: left;
	height: 36px;
	width: auto;
	}

.gallery ul li a {
	display: block;
	font: 1.1em Verdana, sans-serif;
	padding: 0px;
	text-decoration: none;
	width: auto;
	}

.gallery ul li a:hover { background: url(/images/nav_arrow.jpg) right -36px no-repeat;text-decoration: underline;  }
.gallery ul li.first { background: url(/images/bg_nav_left.jpg) left top no-repeat; }

.gallery ul li ul {
	display: inherit;
	height: auto;
	padding: 0px;
	position: absolute;
	width: 100%;
	}

.gallery ul li:hover ul,
.gallery ul li.over ul { display: block; }
.gallery ul li ul li { display: inline; float: none; background-image: none; height: auto; }
.gallery ul li ul li a {
	background-image: none;
	border: 0;
	display: block;
	float: left;
	height: 75px;
	margin: 0px;
	padding: 0px 7px 0px 0px;
	position: relative;
	width: 75px;
	}

.gallery ul li ul li a:hover { background-image: none; z-index: 2; }
.gallery ul li ul li a img {
	border: 0;
	height: 75px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2px;
	width: 75px;
	}

.gallery ul li a:hover img,
.gallery ul li a:active img,
.gallery ul li a:focus img { height: 75px; left: -2px; top: -2px; width: 75px; z-index: 1; }
.gallery ul li.overview {
	clear: both;
	color: #000;
	display: block;
	padding: 0;
	}

#gallery1 ul { z-index:2; }
#gallery2 ul { z-index:1; }

