/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#trailimageid {
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: auto;
	height: 0px;
	z-index: 200;
}
#photoTable {
	background-color: #C5C29B;
	border: 1px solid #534640;
	padding: 0 20px;
}
td.pageNumTop {
	border-bottom: 1px dotted #534640;
	padding-right: 6px;
}
td.pageNumBtm {
	border-top: 1px dotted #534640;
	padding-right: 6px;
}
.galleryHeader {
	font-size: 14px;
	font-weight: bold;
	/*border: 1px dotted #534640;*/
}
.title {
	font-weight: bold;
}
img.thumbnail {
border: 0px solid #000;
margin: 0px 5px 5px 0px;
}
img.fullsize {
border: 1px solid #000;
}
.galleryLabel {
	text-indent: 5px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0;
	margin: 0 0 0 5px;
	border-bottom: 1px dotted #000;
	width: 95%;
}
.photoHeader {
	font-size: 14px;
	font-weight: bold;
}
.photoDescription {
	font-size: 10px;
	color: #333333;
}
.pageNumbers {
	background-color: #000;
	padding: 2px 10px 2px 0;
	color: #666666;
}
.pageNumbers a {
	text-decoration: none;
}
