body {
	background-color: #000000;
}
.bodyBlank {
	background-color: #EEEEEE;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
IMG.Photo {
	
}
DIV.CommentsDIV {
	position: absolute;
	top: -100px;
	left: 0px;
	z-index: 102;
	
	width: 100%;
	height: 100px;
	display: block;
}
td.CommentsHeader {
	height: 22px;
	background-color: #3a3a3a;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	text-transform : uppercase;
	padding-right: 5px;
	padding-left: 5px;
}
td.CommentsContent {	
	font-family: Tahoma;
	font-size: x-small;
	text-align: left;
	vertical-align: top;
	
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	
	color: #ffffff;
	border-bottom: solid black 1px;
}
DIV.CommentsBgDIV {
	position:absolute;
	top: -78px;
	left: 0px;
	z-index: 101;
	
	width: 100%;
	height: 78px;
	display: block;
	
	background-repeat: repeat-x;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
}
td.CommentEXIF {
	background-color: #aaaaaa;
	font-family: Verdana;
	font-size: 8px;
	font-weight: normal;
	color: #eeeeee;
	text-transform : uppercase;

	height: 10px;	/* real size will be bigger but as small as possible */
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: solid black 1px;
}
.EXIFTitle {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #3a3a3a;
}
.EXIFLabel {
	font-family: Verdana;
	font-size: 8px;
	font-weight: normal;
	color: #3a3a3a;
	text-transform : uppercase;
}

.bodyIndex {
	background-color: #B7B7B7;
	overflow: hidden;
}
TD.Navigation, TD.NavigationTimer {
	height: 30px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	
	vertical-align: middle;
}
td.slideshowTimer {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #2590ff;
	height: 14px;
	width: 25px;
}
TD.Thumbnail {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	text-align: center;
	height: 68px;
}
img.Thumbnail, img.ThumbnailSelected, img.ThumbnailMoused {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid #ffffff 1px;
}
img.ThumbnailSelected {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	border: solid #ffffff 1px;
}
img.ThumbnailMoused {
	border: solid #ffffff 1px;
}
DIV.ThumbnailScroll {
	position: relative;
	top: 0px;
	left: 0px;
}
DIV.ThumbnailsScrollbar {
	display: block; 
	position: absolute; 
	left: 0px;
	width: 150%;
}
.imgDIVLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.imgDIVRight {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}
a {	text-decoration: none;}
td.MenuButton { 
	background-repeat: repeat-x; 
	background-position: center; 
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	color: #072240;
	text-decoration: none;
}