@charset "utf-8";
/* gallery.css (c)2007 SugarHill Works LLC www.sugarhillworks.com */

body { 
	text-align: center;
}

#ceibw { border: #999 solid 0px;
	position: relative;
	top: 50px; /* use top position instead of margin for IE7 bug */
	margin: 0px auto;
	width: 90%; 
	min-width: 980px;
	height: 550px; 
	overflow: hidden;
	background-image: url(../img/loading.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 100;
}

.hdr { 
	position: relative;
	top: 0px;
	left: -10px;
	width: 100%;
	height: 70px;
	overflow: visible;
	z-index: 8;
}

#div_main {
	position: relative; /* this should be relative for scroll cntr */
	top: 10px;
	left: 0px;
	height: 455px; 
	width: 100%;
	overflow: hidden; /* this hides the scrollbar while imgs are loading */
	z-index: 2;
}

table { position: relative;
	border-spacing: 0px;
	border-width: 0px;
	padding: 0px; 
	margin: 0px;
	background-color: #FFF;
}
table tr td {
	position: relative;
	width: auto;
	}
img.bdr { /* important! class applied to imgs w/ JS */
	margin: 10px 10px 10px 0px;
	height: 400px;
	z-index: 0;
}

.click { 
	float: left;
	padding-left: 10px;
	width: 300px;
	height: 20px;
	text-align: left;
	font-size: 110%;
	z-index: 999;
}
.glass {
	background: #FFF; /* setting a bkgrd color fixes the IE bugs! */
	position: absolute;
	top: 0px;
	left: auto;
	width: 100%;
	height: 420px;
	z-index: 50;
	opacity: 0;
	-moz-opacity: 0;
 	filter: alpha(opacity=0);
}
.glass_enlg { 
	background: #FFF; /* setting a bkgrd color fixes the IE bugs! */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 50;
	opacity: 0;
	-moz-opacity: 0;
 	filter: alpha(opacity=0);
}
.glass:hover {
	cursor: pointer;
}
.glass_enlg:hover {
	cursor: default;
}
#clay .glass:hover { 
	cursor: default; /* no enlarge option on this page */
}


/* ---------- enlargement popouts ---------- */

div.pola { 
	position: absolute;
	top: 50%;
	left: 6px;
	width: 0px;
	height: 0px;
	z-index: 90;
}

#ldr_div {
	position: absolute;
	top: 50%;
	left: 45%;
	z-index: 1;
}
#ldr_gif {
	position: absolute;
	z-index: 2;
}

#pImg img {
	position: relative;
	top: 10px;
	left: 0px;
	border: none;
	z-index: 0;
}

.popcap {
	position: relative;
	top: 30px; 
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 91;
}

#nav { 
	position: absolute;
	bottom: 0px;
	right: 10px;
	height: 45px;
	width: auto;
}
#nav a {
	padding: 0px 0px;
	margin: 0px;
}
#nav img {
	border: none;
	padding: 10px 2px 10px 5px;
	margin: 0px;
}
#nav img#killWin {
	padding: 10px 5px 10px 10px;
	margin: 0px;
}

