/* CSS by routeb */
#the-team {
	background-image: url("/images/structure/antons-bg2.gif");
	background-position: 410px -30px;
	background-repeat: no-repeat;
} 
#the-team h3 {
	background-image: url("/images/titles/the-team.gif");
}

#team {
	width: 490px;
	float: left;
	padding-left: 20px;
}
#chefs {
	width: 140px;
	float: left;
	margin-top: 8px;
}
#chefs img {
}
#chefs .text {
	text-align: center;
	padding: 5px 0px 3px 0px;
	font-weight: bold;
}
#chefs .text h5 {
	font-size: 11px;
	margin-bottom: 0px;
}
#chefs .text p {
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}
#chefs .profile {
	background-color: #E6E2CC;
	margin-bottom: 10px;
	padding: 10px 10px 0px 10px;
	border: solid 1px #E6E2CC;
}
#chefs .profile:hover {
	background-color: #DFDAC0;
	border: solid 1px #b8b4a1;
}
#chefs .profile:hover p {
	
}


/* Lightbox Styles */

#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: #F1EFE3;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}
#imageContainer img {
}
#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; height: 478px !important; 
}
#nextLink { 
	right: 0; float: right; height: 478px !important; 
}
#prevLink,#prevLink:hover, #prevLink:visited:hover { 
	background: url(/images/prev.gif) left 100% no-repeat; border: none; 
}
#nextLink, #nextLink:hover, #nextLink:visited:hover { 
	background: url(/images/next.gif) right 100% no-repeat; border: none; 
}
#imageDataContainer{
	font: Arial, Helvetica, sans-serif;
	background-color: #F1EFE3;
	font-size: 12px;
	color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData{	
	padding:0 10px; color: #666; 
}
#imageData #imageDetails{ 
	width: 85%; float: left; text-align: left; color: #FFFFFF; 
	_height: 50px;
	min-height: 50px;
	padding: 7px 0px 15px 0px;
}	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: none; 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: #BBB09C;
} 
#bottomNavClose {
	height: 15px !important;
	width: 60px !important;
	background: url(/images/structure/lightbox/close.gif);
	background-position: -3px -2px;
	background-repeat: no-repeat;
	float: right;
	margin-right: -5px;
}

