#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ 
	border: none; 
}
#outerImageContainer{
	position: relative;
	width: 250px;
	height: 150px;
	margin: 0 auto;
	background:#252525 url(images/lb/loadingBackGround.gif) 50% 20% no-repeat;
	}
#imageDataContainer{
	background:#252525;
	}
#imageContainer{
	padding: 15px 15px 0 15px;
	}
#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/lb/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/lb/prevlabel.gif) left 15% no-repeat; 
	}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(images/lb/nextlabel.gif) right 15% no-repeat; 
	}
#imageDataContainer
	{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0 auto;
	overflow: auto;
	width: 100%	
	}
#imageData{	
	margin:0;
	padding:0 15px; 
	}
#imageData #imageDetails{ 
	float: left; 
	text-align: left; 
	}
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 0;	
	}			
#bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0;	
	}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#000;
	}
#bottomNavClose{ 
padding: 0;
}
#bottomNav a {
display:block;
float:right;
margin:2em 0 1em 1.5em;
color:#252525;
}
#votingDiv {
float:left;
padding: 0 5px;
width:260px;
}
#votingDiv p {
display:block;
padding:0 0 8px 0;
margin:0;
line-height:1;
}
#voteThisUp, #voteThisDown {
float:left;
margin: 0 10px;
padding: 0 0 10px 0;
}
#voteThisUp a, #voteThisDown a{
display:block;
color:#999;
}
#curVote { 
float:left;
margin: 0 0 0 40px;
padding: 5px 10px 10px 10px;
background:#353535;
border:#1f1f1f 1px solid;
}
#curVote h2 {
display:inline;
color:#ff0084;
font-size:18px;
padding: 0 5px 0 0;
}
#curVote p {
display:inline;
color:#999;
font-size:12px;
}
.fauxLink{ 
cursor:pointer;
}