#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: plain;font-size:9px;color:#999999;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
}
#fitTop{
   overflow: visible;
   } /* or without overflow */	

#fit{
   height: 100%; 
   overflow: visible;
   } /* or without overflow */	
#fit .imgBox{
	padding: 16px;
	float: left;	
}

/*#fit #imgBox img{ 
opacity:0.4;filter:alpha(opacity=40)
}
#fit #imgBox img:link{ 
opacity:0.4;filter:alpha(opacity=40)
}
#fit #imgBox img:active{ 
opacity:1;filter:alpha(opacity=100)
}
#fit #imgBox img:visited{ 
opacity:1;filter:alpha(opacity=100)
}
#fit #imgBox img:hover {
	opacity:1;filter:alpha(opacity=100)
}*/


#fit .imgBox a:link img {
opacity: 0.4;
filter: alpha(opacity=40);
-moz-opacity: 0.40;
-khtml-opacity: 0.4;
}

#fit .imgBox a:visited img {
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity: 1.0;
-khtml-opacity: 1;
}

#fit .imgBox a:hover img {
opacity: 0.9;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
-khtml-opacity: 0.9;
}





#lightbox a img{ 
border: none; 
}


#fit #nav {
	height: 130px;
	padding: 0px;
}
#fit #sound {
	height: 22px;
}

#fitTop #nav {
	height: 130px;
	padding: 0px;
}
#fitTop #sound {
	height: 22px;
}




/*form styles*/
#formTable {
	width:600px;
	border: 4px solid #9d936f;
}
#formTable #formContent{
	width: 600px;
	height: 150px;
	vertical-align: top;
	/*padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;*/
}
#formTable #formLoginContent{
	width: 600px;
	height: 50px;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#formTable #formBreaker{
	background-image: url(assets/grid_hr.gif);
	background-repeat: repeat-x;
	background-position: center center;
	width: 400px;
	height: 1px;
}
#formTable #formButtons{
	width: 390px;
	height: 30px;
	background-image: url(assets/form_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: middle;
	text-align: right;
	padding-right: 0px;
}

#formInfo {
	height: 50px;
	width: 520px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #b9c1c1;
}
#FormFields {
	width: 600px;
	padding:40px;
}
#FormFields #name {
	text-align: right;
	height: 17px;
	width: 250px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-right: 6px;
	color: #b3ac99;
}
#FormFields #field {
	height: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 350px;
}

#FormFields #field #textfield {
	margin: 0px;
	padding: 2px;
	height: 14px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #323838;
	border-right-color: #323838;
	border-bottom-color: #323838;
	border-left-color: #323838;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #30302f;
	background-color: #ebebeb;
	}
	
	#FormFields #field #textfieldMulti {
	margin: 0px;
	padding: 6px;
	height: 220px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #323838;
	border-right-color: #323838;
	border-bottom-color: #323838;
	border-left-color: #323838;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #30302f;
	background-color: #ebebeb;
	}
#FormFields #field #textfieldFocus {
	margin: 0px;
	padding: 2px;
	height: 14px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #323838;
	border-right-color: #323838;
	border-bottom-color: #323838;
	border-left-color: #323838;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #30302f;
	background-color: #ebebeb;
}
#FormFields #field #textfieldMultiFocus {
	margin: 0px;
	padding: 6px;
	height: 220px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #323838;
	border-right-color: #323838;
	border-bottom-color: #323838;
	border-left-color: #323838;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #30302f;
	background-color: #ebebeb;
}
#FormFields #field #dropdown {
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #323838;
	border-right-color: #323838;
	border-bottom-color: #323838;
	border-left-color: #323838;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a9898;
	background-color: #ebebeb;
}
#FormFields #field #dropdownFocus {
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 100%;
    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #323838;
	border-right-color: #323838;
	border-bottom-color: #323838;
	border-left-color: #323838;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1e2121;
	background-color: #ebebeb;
}


.buttonWhtover {
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weigth: bold;
	color: #393931;
	font-weight: bold;
	background-color: #E1E2D8;
	border: 0px;


} 
#fit .imgTable {
	width: 660px;
	overflow: visible;
	position: relative;
}
