table.photogallery {
	background-color: #fff4b3;
	border: 1px solid gray;
	margin: 10px 30px;
}

table.photogallery thead tr td {
	background-color: gray;
	color: white;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding: 10px 30px;
}

table.photogallery tfoot tr td {
	font-size: 8pt;
	text-align: center;
	padding: 10px 30px;
}

table.photogallery tbody tr td {
	vertical-align: top;
	padding: 20px 50px;
	width: 320px;
}

table.photogallery tbody tr td p {
	clear: both;
}

div.slide {
	height: 320px;
	width: 320px;
	background: url(/images/photoslides/frame-ls.gif) center no-repeat;
}

div.pt {
	background: url(/images/photoslides/frame-pt.gif);
}

div.slide img {
	border: 1px solid;
	border-color: #bbbbbb #dddddd #dddddd #bbbbbb;
}

div.ls img {
	height: 180px;
	width: 240px;
	position: relative;
	top: 70px;
	left: 41px;
}

div.pt img {
	height: 240px;
	width: 180px;
	position: relative;
	top: 40px;
	left: 69px;
}

div.ls div.credits {
	height: 24px;
	width: 244px;
	position: relative;
	top: 96px;
	left: 40px;
	color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 8pt;
	text-align: center;
}

div.pt div.credits {
	height: 24px;
	width: 244px;
	position: relative;
	top: 45px;
	left: 40px;
	color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 8pt;
	text-align: center;
}
