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



#lightbox a img{

	border: none;

}



#outerImageContainer{

	position: relative;

	background-color: #fff;

	width: 250px;

	height: 0px;

	margin: 0 auto;

	}



#imageContainer{
	/* image */
	padding: 10px;
	margin-top: 10px;
	}



#loading{

	position: absolute;

	top: 10%;

	left: 0%;

	height: 25%;

	width: 100%;

	text-align: center;

	line-height: 0;

; clip:  rect(   )

	}

#hoverNav{

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: 1;

	}

#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;

	}
	/*  left - prev */
#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) 6% 0px no-repeat;}

#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) 94% 0px no-repeat;}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel_over.gif) 6% 0px no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel_over.gif) 94% 0px no-repeat; }





#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	/* client: job */
	line-height: 0px;
	}



#imageData{
	/*  left - client,job,link */
	padding:0 10px;
	color: #000000;
	}

#imageData #imageDetails{
	/*  hight - container under close */
	width: 80%;

	float: left;

	text-align: left;

}	

#imageData #caption{

	font-weight: normal;

	float: left;
	/* under LINK white container */
	margin-top: -10px;

}

#imageData #numberDisplay{
	display: block;
	clear: left;
	/* ? */
	padding-bottom: 0px;
	visibility: hidden;
}			

#imageData #bottomNavClose{

	width: 66px;

	float: right;
	/* link, close padding-bottom: 5px */
	padding-bottom: 5px;
	/* close padding-top: 20px */
	padding-top: 20px;

}	



		

#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 */

	}	

img.paypal, input.paypal {

	position: relative;
	/* link space on top */
	top: 30px;

	display: block;

}

