html, body{
	height: 100%;
	margin: 0;
}
body{
	overflow: hidden;
	background: #424242 url(bg1.png) no-repeat; 
}


#footer{
	position: absolute;
	overflow: hidden;
	height: 18px;
	width: 100%;
	bottom: 0px;
	background: #fff url(footer.png) no-repeat center top;
	text-indent: -10000px;
	text-align: center;
}

#footer h4{
	position: inline;
}
ul.thumbnails{
	overflow: auto;
}

ul.thumbnails li{
	display: inline;
	cursor: pointer;
}

#trans_bg{
	position: absolute;
	cursor: pointer;
	background-color: #000;
	opacity: 0.35;
	filter:alpha(opacity=35);
	width: 100%;
	height: 100%;
}

.img_table{
	position: absolute;
	width: 100%;
	height: 100%;
}

.img_container{
	width: 470px;
	padding: 12px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000;
}