html {
	height: 100%;
	}
	
body {
  font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #dead88;
	height: 100%;
	}

#shadow {
	background-color: #000000;
	position: absolute;
	width: 0px;
	height: 0px;
	top:0px;
	left:0px;
	z-index: 2;
	opacity:0.6;
	}

div.smallImage{
	background-color: #deadff; 
	width: 29%;
	padding: 8px;
	margin: 8px;
	vertical-align: middle;
	float: left;
	}
		
.smallImage div.imageFrame {
	}
	
.smallImage img {
	width: 100%;
	}
	
.smallImage div.textContainer{
	display:none;
	}
	
.smallImage div.imageFrame {
	background-color: #deadff; 
	padding: 8px;
	margin: 8px;
	vertical-align: middle;
	}
	
div.bigImage {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	}

.bigImage img {
	width: 100%;
	}

.bigImage div.unitContainer{
	width: 60%;
	margin: auto;
	background-color: #555555;
	padding: 8px;
	}

.bigImage div.imageContainer{
	}
	
.bigImage div.textContainer{
	background-color: #aaaaaa;
	padding: 8px;
	}

.galleryMain {
	padding-top: 40px;
	}
		
.naviContainer {
	background-color: #deadcc; 
	position: fixed;
	top: 0px;
	left: 0px; 
	width: 100%;
	padding: 8px;
	}
                            
