body {
	margin-left: 0px;
	margin-top: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
}

TABLE.galleryTable{
	width: 935px;
	border: 1px solid #660000;
}

TABLE.galleryTable TD.mainImageTD{
	width: 740px;
	height: 550px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #660000;
	vertical-align: middle;
}

TABLE.galleryTable TD.linksTD{
	width: 180px;
	vertical-align: top;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #660000;
}

TABLE.galleryTable TD.linksTD A{
	text-decoration:none;
}

TABLE.galleryTable TD.thumbnailsTD{
	height: 82px;
}

DIV.thumbnailsDIV{
	width: 925px;
	height: 80px;
	background-color: #333333;
	margin: 1px;
	overflow: auto;
	border: 1px solid #999999;
}

DIV.mainImageDIV{
    display:table-cell;
	margin: 5px 1px;
	height: 550px;
	width: 738px;
	background-color: #000000;
	border: 1px solid #660000;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
}

.Image{
	border: 1px solid #CCCCCC;
}

.ImageOver{
    border: 1px solid red;
}


DIV.linksDIV{
	background-color: #000000;
	border: 1px solid #660000;
	overflow: auto;
	height: 550px;
	width: 185px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}

DIV.linksDIV A{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #FF9900;
	display: block;
	width: 165px;
	overflow: visible;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 2px;
	margin-bottom: 4px;
}

DIV.linksDIV A:Hover{
	color: #00CC00;
	text-decoration: underline;
}

TABLE.galleryTable TD.AlbumTitleTD{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #000000;
	text-transform: uppercase;
}

DIV.photoCaption{
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	text-align:center;
	background-color: white;
	border: 1px solid #FF9966;
	position:absolute; 
	width:400px;
	height:40px; 
	z-index:1; 
	left: 170px; 
	top: 550px; 
	overflow: auto;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	visibility:hidden;
	padding: 4px;
}

DIV.SlideshowLayer{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

TABLE.SHBackgroundTable{

}
TABLE.SHBackgroundTable TD.SlideshowTD{
    width: 900px;
    height: 600px;
    text-align:center;
}
TABLE.SHBackgroundTable TD.ButtonTD{
    text-align: center;
}
DIV.SlideshowBackgroundLayer{
    display: block;
    position: absolute;
    left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
    vertical-align:middle;
    background-color:Black;
    
}

.CloseSlideshowButton{
	font-family: Tahoma;
	font-size: 12px;
	background-color: #333333;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}
.SlideshowButton{
	font-family: Tahoma;
	font-size: 12px;
	background-color: #000033;
	text-align: center;
	padding: 3px;
	border: 1px solid #FF9900;
	color: #FF9900;
}

