body{
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #5b7389;

}




/*TEXT/////////////////////////////////////*/
ol, ol a:active, ol a:link{
	font-family: Verdana, Arial, Helvetica;
	font-size: 15px;
}
ol{
	margin-left: 30px;
padding-left: 30px;
}
h1.hidden{
	visibility: hidden;
}
h1{
	margin: 0 0 0px 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 15px;
	line-height: 1.3em;
	letter-spacing: 1px;
	color: #000000;
}

p{
	margin: 0 0 0px 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	line-height: 1.3em;
	font-size: 11px;
	color: #999999;
}

.name{
	font-weight: bold;
}
.title{
	font-weight: bold;
	color: #000000;
	line-height: 15px
}

/*END TEXT/////////////////////////////////////*/

/*LINKS/////////////////////////////////////*/
a:active, a:link, a:visited{
		font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #333333;
}
a:hover{
	text-decoration: underline;
	color: #000000;
}

/*END LINKS/////////////////////////////////////*/




/*MENU/////////////////////////////////////*/


	ul#navlist
{
margin: 0 0 0 20px;
padding: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px 7px 10px; }

#navlist a:link, #navlist a:visited
{
color: #000000;
border-bottom: 0px solid #000000;
text-decoration: none;
font-family: Arial, "Sans Serif";
font-size: 11px;

}

#navlist a:hover
{
color: #000000;
border-bottom: 1px solid #000000;
text-decoration: none;
}

#navlist a:active
{
color: #000000;
border-bottom: 1px solid #000000;
text-decoration: none;
}
/*END MENU/////////////////////////////////////*/


/*LIGHTBOX/////////////////////////////////////*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8B1ZUU35/images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}	



.thumb
{
float: left;
width: 97px;
border: 1px solid #e2e2e2;
margin: 0 10px 15px 0;
padding: 5px;
background-color: #ffffff;
position: relative;
}

.small{
	text-align: right;
	font-size: 10px;
}