				
				#gallerywrapper {
				position: absolute;
				top: 30px; /* distance from top */
				z-index: 2;
				}
				
				#imagewrapper {
				position: absolute;
				top: 30px; /* distance from top */
				border: 10px solid #000;
				background-color: #333;
				z-index: 3;
				}
				
				
						
				.entrywrapper {
				float:left;
				min-height: 150px;
				max-height: 140px;
				margin: 5px;
				}
			
				.entry {
				width: 100px; /* thumbnail width */
				float:left;
				}
		
				
				.imagecaption {
				background-color: #000;
				padding: 5px;
				font: 75% arial,sans-serif;
				padding: 10px 10px 20px 10px;
				position: absolute;
    		background-color: #000;
				z-index: 4;
				}
				
				.exitimg {
				clear:both;
				width: 100%;
				height: 20px;
				margin: 20px 0 0 0;
				cursor: pointer;
				text-align:center;
				color: #eee;
				}
				
				.nextimg {
				float:right;
				color: #eee;
				font: bold 100% arial,sans-serif;
				cursor:pointer;
				}
				
				.lastimg {
				float:left;
				color: #eee;
				font: bold 100% arial,sans-serif;
				cursor:pointer;
				}
				
				/* class for caption text */
				
				.captiontext {
				color:#eee;
				}
				
				.thumbnails {
				float:left;
				width: 800px;
				display: inline-block;
				}
				
				.thumbnails img {
				border: 1px solid #333;
				float:left;	
				opacity: 1.0;
				filter: alpha(opacity=100);
				cursor: pointer;
				}
				
				.thumbnails img:hover {
				opacity: 1.0;
				filter: alpha(opacity=100);
				}
				
				