div#gallerycontainer {
	height: auto;
	width: auto;
	border: 0px solid #7096F7;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

.gallerycontainer {
	height: 370px;
	width: auto;
	border: 0px solid #7096F7;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.gallery {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 24px;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(../images/misc/title_bg_long.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.gallery ul {
	margin:0;
	padding:0;
	background:repeat-x left top;
	list-style:none;
	position:relative;
	height:24px;
	top: -2px;
}

.gallery ul li {
	display:block;
	width:auto;
	float:left;
	color:#fff;
	height:28px;
}
.gallery ul li a {
	display:block;
	width:auto;
	color:#fff;
	text-decoration:underline;
	background:no-repeat right 0;
	font-family: Verdana, sans-serif;
	padding-top: 4px;
	padding-right: 1.3em;
	padding-bottom: 4px;
	padding-left: 0.2em;
	font-size: 13px;
	text-indent: 3px;
}
.gallery ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right -36px;
}
.gallery ul li.first {
	background:no-repeat left top;
	text-decoration: none;
	
}

.gallery ul li ul {
	display:none;
	position:absolute;
	top:-387px;
	height:352px;
	width:314px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
	border: 1px solid #AAD3FF;
}
.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;
	padding:5px;
	position:relative;
	border:1px solid #CCCCCC;
	float:left;
	display:block;
	width:75px;
	height:48px;
	background-color:#fff;
	left: 0px;
	margin-top: 1px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
}
.gallery ul li ul li a:hover {
	background-image:none;
	z-index:2;
	left: 5px;
}
.gallery ul li ul li a img {
	position:absolute;
	top:4px;
	width:75px;
	height:50px;
	border:0;
	margin:0;
	padding:0;
	left: 5px;
}
.gallery ul li a:hover img,
.gallery ul li a:active img,
.gallery ul li a:focus img { width:100px; height:75px; left:-12px; top:-10px; z-index:1; border:1px solid #000; }

.gallery ul li.overview {
	display:block;
	clear:both;
	color:#000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#gallery1 ul {
	z-index:2;
}
#gallery2 ul { z-index:1; }
.gallery ul li a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: right -34px;
}
.more-pics {
	background-image: url(../images/see-more.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	width: 150px;
	text-indent: -9999px;
	display: block;
}

#bottom_band {
	background-color: #CCCCCC;
	height: 24px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}

