/* 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;
}
img.thumbnail {
border: 1px solid #000;
margin: 5px 5px 10px 5px;
}
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;
}
.pageNumbers {
	background-color: #000;
	padding: 2px 10px 2px 0;
	color: #666666;
}
.pageNumbers a {
	text-decoration: none;
}