#photogallery {
	margin: 5px;
}
#photogallery h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 200%;
	margin: 5px 0px 0px 0px;
	}
#photogallery h2{
	font-family: Georgia, Times New Roman, Times, serif;
	margin:15px 0px 0px 0px;
}
.gallery {
	padding:0 4px 10px 0;
	background: url(../images/bg_nav_right.jpg) right top no-repeat;
}
.gallery ul {
	margin:0;
	padding:0;
	background: #000096 url(../images/bg_nav.jpg) left top repeat-x;
	list-style:none;
	position:relative;
	height:36px;
}

.gallery ul li { display:block; width:auto; float:left; color:#000099; height:36px; }
.gallery ul li a { /*Display for text in gallery bar*/
	display:block;
	width:auto;
	color:#000096;
	text-decoration:none;
	padding:8px 1.3em 8px 5em;
	background: url(../images/nav_arrow.jpg) right 0 no-repeat;
	font: small Verdana, sans-serif;
	font-weight: bold;	
}

.gallery ul li a:hover {
	text-decoration:underline;
	background: url(../images/nav_arrow.jpg) right -36px no-repeat;
}
.gallery ul li.first {
	background: url(../images/bg_nav_left.jpg) left top no-repeat;
}

.gallery ul li.first a {
	padding: 8px 1.3em 8px 2em;
}

.gallery ul li ul {
	display:none;
	position:absolute;
	top:34px;
	background: #fff url(../images/bg_nav.jpg) left -34px repeat-x;
	height:auto;
	border-bottom:6px solid #ffcc00;
	border-left:1px solid #ffcc00;
	border-right:1px solid #ffcc00;
	width:95%;
	left:2%;
	padding:8px 5px 15px 5px;
}
.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;
	margin:8px;
	padding:2px;
	position:relative;
	border:1px solid #000096;
	float:left;
	display:block;
	width:75px;
	height:50px;
	background-color:#fff;
}
.gallery ul li ul li a:hover {
	background-image:none;
	z-index:2;
}
.gallery ul li ul li a img {
	position:absolute;
	top:2px;
	width:75px;
	height:50px;
	border:0;
	margin:0;
	padding:0;
}
.gallery ul li a:hover img,
.gallery ul li a:active img,
.gallery ul li a:focus img {
	width:100px;
	height:75px;
	left:-11px;
	top:-10px;
	z-index:1;
	border:1px solid #000;
}

.gallery ul li.overview { display:block; clear:both; padding:5px 20px 0 20px; color:#000; font-size: 80%; }

#gallery1 ul {
	z-index: 2;
 }
#gallery2 ul {
	z-index: 1;
}
/*#gallery3 ul {
	z-index: 2;
}
#gallery4 ul {
	z-index: 1;
}*/


