#lightbox{
	position: absolute;
	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(../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;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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;
	}
#cookies {
background-color:#FC3;
width: 300px;
height: 150px;
color: #fff; 
line-height: 16px; 
padding: 10px;
position:fixed;
top: 10px;
left: 0px;
z-index:1000;
border-bottom-right-radius:10px;
border-top-right-radius: 10px;
}
#cookies .text {
color:#000;
}
#cookies #closeCookie { 
display: block; 
padding-right: 12px; 
cursor: pointer;  
position: absolute;
bottom: 5px;
right: 0; }
#cookies #closeCookie span { background: none !important; }
#cookies #closeCookie:hover span { color: #fff; }
#cookies .linkPointer span { color: #ccc; background: none; }
#cookies .linkPointer:hover span { color: #fff; }

.sf-menu{
	position: absolute;
	margin-left:230px;
	list-style-type:none;
	list-style-position:inside;
	z-index:5;}

.sf-menu li{
	margin-right:10px;
	padding-top:15px;
	width:110px;
}
.sf-menu a{
	display:block;
	padding-left:0px;
	width:90px;
	height:35px;
	font-size:18px;
	cursor:pointer;
	text-decoration: none;
	color: white;
}
.sf-menu a span{
	display:block;
	margin-top:2px;
	padding-left:0px;
	font-size:10px;
}
.sf-menu ul{
	margin-top:50px;
	width:175px;
}
.sf-menu ul li{
	padding:0px;
	margin:-1px 0px;
	line-height:24px;
	height:25px;
}
.sf-menu li ul a{
	display:block;
	padding-left:10px;
	width:165px;
	height:25px;
	float:left;
	overflow: hidden;
}
.sf-menu ul ul{
	padding:0px;
	margin-top:auto;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{
	outline:0;
	color:#FC3;
	font-size:20px;
	font-weight: bold;
}
/*
  * ESSENTIAL STYLES ***
*/


.sf-menu, .sf-menu *{
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu{
line-height: 1.0;
position: absolute;
top: 0px;
left: 30%;
}
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:175px; /* 10em left offset of submenus need to match (see below) */
}
.sf-menu ul li{
	width:100%;
}
.sf-menu li:hover{
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li{
	float:left;
	position:relative;
}
.sf-menu a{
	display:block;
	position:relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul{
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul{
	top:-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul{
	left:175px; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul{
	top:-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul{
	left:175px; /* match ul width */
	top:0;
}
