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

#galleryOverlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
	}
	
#startBox{ 
	position: relative; 
	background-color: #000;
	border: solid 1px #FFF;
	color:#FFF; 
	width: 250px; 
	margin: 0 auto; 
	padding:15px 15px 15px 15px;
	}


#waiting{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}
	
.projectTitle{
	text-align:left;
	font-size: 22px;
	line-height:30px;
	color:#FFFFFF;
}

.standardText{
	text-align:left;
	font-size: 12px;
	color: #FFFFFF;
}

.galleryBox{
	text-align:left; 
	clear:both;
	color:#FFFFFF;
}

.startBoxButton{
	color:#FFFFFF;
	background-color:#000000;
	border:solid 1px #FFFFFF;
}

#displayArea{
	padding: 0px 40px 0px 0px;
	text-align:center;	
	position:absolute;	
	top:40px;
	left:40px;
}

#imageArea{
	padding: 0px 0px 0px 0px;	
	text-align:center;
}

#descriptionArea{
	width:150px;
	text-align:left;
	padding: 0px 15px 15px 15px;
}

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

.byLineText{
	text-align:left;
	font-size: 12px;
	line-height:20px;
	color:#FFFFFF;
}

.categoryText{
	text-align:left;
	font-size: 14px;
	line-height:20px;
	color:#FFFFFF;
}
	
.caption{
	text-align:left;
	font-size: 13px;
	color: #FFFFFF;
}

#topNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 30px; 
	width: 100%; 
	z-index: 10; 
}

#topContent{
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 120;
	width:100%;
	height:30px;
	display:block;
	background-color:#000000;
	}

#bottomContent{
	position: absolute; 
	bottom: 0; 
	left: 0; 
	z-index: 120;
	width:100%;
	height:40px;
	display:block;
	background-color:#000000;
}

#topContainer{
	background-color:#000000;color:#FFFFFF;z-index:150;overflow-x:auto;overflow-y:hidden;height:30px;
	border-bottom:solid 1px #FFFFFF;
	min-width: 540px;
	}
	
#bottomContainer{
	background-color:#000000;color:#FFFFFF;z-index:150;height:40px;
	min-width:540px;
	border-top:solid 1px #FFFFFF;
	}

#bottomNav{ 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	height: 40px; 
	width: 100%; 
	z-index: 10; 
}

#galleryContainer>#topNav{ 
	left: 0;
}

#galleryContainer>#bottomNav{ 
	left: 0;
}

#topNav a{ 
	outline: none;
}

#prevLink, #nextLink{
	display: block; 
	position:relative; 
	top:4px;
	cursor:pointer;

}
#prevLink { 
	left: 0; 
	float: left;
	}
	
#nextLink { 
	right: 0; 
	float: left;
	}
	
#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; 
}

.control{
	padding-left:10px;
	position: relative;
	top:5px;
}

.controlShort{
	padding-left:2px;
	position: relative;
	top:5px;
}

.topContainerLeft{
	padding:0px 10px 0px 10px;
	float:left;
	width:45%;
	text-align:left;
}

.topContainerRight{
	background: url(../../../images/gallery_vert_line.gif) left 44% no-repeat;
	float:right;
	width:45%;
	padding:7px 10px 0px 10px;
	text-align:right;	
}
