/* @override http://ptdesign/css/lightbox_simple.css */

#lightbox{
	position: absolute;
	left: 0;
	top: 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: 6px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	z-index: 10;
	position: absolute;
	top: -20px;
	left: 0px;
	width: 100%;
	text-align: left;
}

#numberDisplay{	
  text-align: left;
  font-size: 12px;
  color: #fff;
  padding: 10px 0 8px 0;
  display: block;
  width: 200px;
}	

#prevLink, #nextLink{
	color: #fff;
	font-size: 12px;
	float: right;
	height: 15px;
	width: 15px;
	margin: 0 10px 0 0;
	display: block;
	text-decoration: none;
}

#prevLink{
  background: url('/img/prev.gif') left center no-repeat;
}

#nextLink{
  background: url('/img/next.gif') left center no-repeat;
}

#bottomNavClose{ 
  display: block;
  width: 15px; 
  height: 15px;
  float: right; 
  background: url('/img/closelabel.gif') left top no-repeat;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
