﻿	
.GalleryBackgroundBak
    {
    z-index: 99998; 
    margin: auto;
    text-align: center; 
    table-layout: fixed;
    vertical-align: text-bottom; 
    position: absolute; 
    left: 0px; 
    top: 30px;
    width: 100%; 
    height: 2000px;
    background-color: #111111;
    -moz-opacity: 0.97;
    opacity: .97;
    filter: alpha(opacity=97);
    }
    
.GalleryBackground
    {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    min-width: 100% !important;
    min-height: 100% !important; /*For all browser except IE */ 
    height: auto !important;
    height: 100%; /*IE hack since IE doesn't understand min-height */
    width: 100%;
    background-color: #111111;
    -moz-opacity: 0.97;
    opacity: .97;
    filter: alpha(opacity=97);
    }

.GalleryPhoto
    {
    position: absolute;
    z-index: 99999; 
    vertical-align: top; 
    text-align: left; 
    table-layout: fixed;
    width:830px; 
    max-height: 800px;
    background-color:#555555;
    border: 10px solid #555;
	left:50%;
	top:20px;
    }
    
.GalleryPhoto2
    {
    margin: auto;
    width:800px;
	left:50%;
    width:830px;
    background-color:#555555;
    }

.GalleryPhotoDescription
    {
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
    color: #fff;
    }

