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

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

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

#gallerythumbsTABLE td {
	/*background-color:#D5DCEA;*/
	vertical-align:middle;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#gallerythumbsTABLE tr td table tr td {
	padding:1px;
	border:none;
}

/* the styles attached to the photo display <table> */
/*#photodisplayTABLE {
	width: 100%;
	border: 0px;
	padding: 6px;
	margin: 0px;
}*/
#photodisplayTABLE img {
	border: 1 solid #000000;
}
.photodisplayComments {

}
#photodisplayTABLE a {
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}
.photodisplayPrevNext {

}
.photodisplayTitle{

	font-weight:bold;
}
