.navtable {
	height:100px;
	padding:5px;
	border:1px solid #ddd;
	background:#eee;
	/*background:#eee url(../../images/iewinhack.gif);*/
	background-position:1px 1px;
}
/* hack because IE/Win can't cope with z-index for <select> - [sigh] */
html>body .navtable {
	background-image:none;
}
.navtable table {
	overflow:auto;
}
.navtable td {
	padding:0 5px 3px;
}
.navtable select {
	width:220px;
}
.navtable h3 {
	margin:0;
	font-size:13px;
}


.gallery_piclist ul {
	list-style:none;
}
.gallery_piclist a {
	text-decoration:none;
}
.gallery_piclist h3 {
	clear:left;
}
.subinfo {
	color:#999;
}

.pic {
	display:block;
	float:left;
	width:70px;
	height:100px;
	font-size:9px;
	line-height:100%;
}
.pic img {
	border:1px solid #666;
}
.pic a:hover img {
	border:1px solid #fc0;
}



.gallery_image_container {
	margin-right:10px;
	float:left;
	border:1px solid #000;
}
.gallery_download a {
	text-decoration:none;
}
