#gallery {
	/* all gallery display occurs within this div tag */
	
}

/* the styles attached to the gallery list <table> */
#gallerylistTABLE {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border: 0px;
	padding: 10px;
	margin: 0px;
}
#gallerylistTABLE td {
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#gallerylistTABLE a {
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}
#gallerylistTABLE img {
	border: 2px solid #000000;
}



/* the styles attached to the photo list <table> */
#gallerythumbsTABLE {
	width: 100%;
	border: 0px;
	padding: 10px;
	margin: 0px;
}
#gallerythumbsTABLE td {
	font-size: 10px;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
#gallerythumbsTABLE a {
	font-size:12px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}
#gallerythumbsTABLE img {
	margin: 3px;
	padding: 1px;
	border: 1px solid #000000;
}
#gallerythumbsTABLE a:hover img {
	margin: 3px;
	padding: 0px;
	border: 2px solid #6BA2DD;
}
#gallerythumbsPrevNext {
	font-size:12px;
	width: 100%;
	border: 0px;
	padding: 5px;
	margin: 0px;
}
#gallerythumbsPrevNext a {
	font-size: 14px;
	font-weight:bold;
}

.gallerytitle {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

/* the styles attached to the photo display <table> */
#photodisplayTABLE {
	width: 500;
	border: 0px;
	padding: 6px;
	margin: 0px;
}
#photodisplayTABLE img {
	border: 1 solid #000000;
}
.photodisplayComments {
	font-size: 12px;
}
#photodisplayTABLE a {
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}
.photodisplayPrevNext {
	font-size:12px;
}
.photodisplayTitle{
	font-size:14px;
	font-weight:bold;
}