/* --- loader ---*/
#gallery_container {
	/* background-image: url(/app/img/semi-transparent.gif); */
	height: 100%;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
	border: none;
}
img { border:none; }

#top_container {
	position: absolute; width: 100%; height: 100%; top: 0px; left: 0; position: expression('absolute'); 
	height: expression(document.documentElement.scrollHeight+'px');
	width: expression(document.documentElement.scrollWidth+'px');
	z-index: 1000;
	padding-top: 30px;
}
.semiTransparency td {
	/* background-image: url(/app/img/semi-transparent.gif); */
}

#top_container td {
	padding-top: 0px;
	vertical-align: top;
	text-align: center;
	/* background-image: url(/app/img/semi-transparent.gif); */
}

.tbl_gallery { margin: 5px 0 20px 0; width: 100%; border-collapse: collapse; }
.tbl_gallery td { padding:10px 5px; }
.tbl_gallery img { border: 1px solid #8c643d; }

.tbl_gallery_preview { margin: 1px auto; padding:0; width:700px; border-collapse: collapse; border: 1px solid #333; }
.tbl_gallery_preview td { background-color: #222; font-size: 11px; color: #999; }
.tbl_gallery_preview td img { height:10px; width: 10px; margin-top: 1px; }
.tbl_gallery_preview td a { color: #999; }
.tbl_gallery_preview #td_image_counter { width: 300px; text-align: left; abackground-color: #999; }

#gallery_view { margin: 0px auto; padding: 15px 0; width:700px; border: 1px solid #333; background-color: #333; }
