
div.galleryContainer {
	width: 355px;
	padding: 0px;
	margin-left: 0px;
}


div.thumbGrid {
	width: 355px;
}
div.thumbGrid img {
	border: 0px;
}
div.thumbGrid a {
	padding-top: 3px;
	font-size: .85em;
	font-weight: bold;
}


div.thumbRow {
	/*clear: both;*/
	height: 1em;
	width: 100%;
}
div.thumbnailBox {
	float: left;
	text-align: center;
	width: 160px;
	height: 160px;
	background: #f0f0f0;
	margin: 2px;
	padding: 0px;
	border: 1px solid #cccccc;
}
div.thumbnailImg {
	height: 100%;
	padding: 0px;
	margin: 0px;
}


div.galleryThumb {
	float: left;
	text-align: center;
	width: 160px;
	border: 2px solid #cccccc;
	margin: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}


div.gallerySpacer {
	clear: both;
	width: 100%;
	height: 1em;
}


div.galleryNav {
xclear: both;
	text-align: left;
	font-weight: bold;
}


/*****
 * navigation
 *****/
.galleryPageNav {
xclear: both;
	text-align: center;
	font-weight: bold;
	padding: 7px 0 8px 0;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.galleryPageNav a {
	padding: 2px 6px 3px 6px;
	border: solid 1px #999;
	text-decoration: none;
}
.galleryPageNav a:hover, .galleryPageNav a:active {
	padding: 2px 6px 3px 6px;
	border: 1px solid #999;
	background: #fff;
	text-decoration: none;
}
.galleryPageNav .thisPage {
	padding: 2px 6px 3px 6px;
xborder-color: #999;
	font-weight: bold;
	vertical-align: top;
	color: #2C2008/*#fe6a1a*/;
}
.galleryPageNav .prev {
	margin-right: 20px;
	padding: 2px 6px 3px 6px;
}
.galleryPageNav .next {
	margin-left: 20px;
	padding: 2px 6px 3px 6px;
}
.galleryPageNav span.prev, .galleryPageNav span.next {
	color: #666666;
	padding: 2px 6px 3px 6px;
	border: 1px solid #999;
}


/*****
 * file navigation
 *****/
.fileNav {
	border: 1px solid #aaa;
	background: #f0f0f0;
	padding: 3px;
}
.fileNav .title {
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 5px;
	background: #e0e0e0;
}
.fileNavContainer a {
	xcolor: #000;
	text-decoration: none;
	font-weight: bold;
}
.fileNavContainer a:hover, .fileNavContainer a:active {
	xcolor: #640606;
	text-decoration: underline;
}
.fileNavContainer .treeBranch {
	float: left;
	width: 1em;
	height: 1.1em;
	background: url(../images/tree.gif) bottom left;
}
.fileNavContainer .treeBox {
	float: left;
	width: 1em;
	height: 1em;
}
.fileNavContainer .treeRow {
	height: 1.3em;
	padding-left: 2px;
}
.fileNavContainer .treeRow a {
	
}
