#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}

#lightbox a img{ border: none; z-index:101; }

#outerImageContainer{
	padding-top:15px;
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 0 0 0 0;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#topNav{
	font-size:11px;
	text-align:right;
	position:relative;
	top:20px;
	background-color:#FFFFFF;
}
	
#topNav a{
	background-color:#FFFFFF;
	padding:1px 15px 2px 4px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}


#prevLink {
	background-color:#00FF00;
	width:30px;
	height:30px;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	padding: 0;
	line-height: 1.4em;
	margin-top:-25px;
	z-index:105;
	width:100%;
	color:#000000;
	background-color:#FFFFFF;
	}
html>body #imageDataContainer{
	position:absolute;
}

#imageData{
	padding:0;
	}
#imageData #imageDetails{
	padding:0 20px 0 20px;
	float: left;
	text-align: left;
}

#bottomPrevLink,#bottomNextLink{
	float:right;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}

#bottomPrevLink,#bottomPrevLink a:link,#bottomPrevLink a:visited,#bottomPrevLink a:active,#bottomNextLink,#bottomNextLink a:link,#bottomNextLink a:visited,#bottomNextLink a:active{
	color:#000000;
	text-decoration:none;
}

#bottomPrevLink a:hover,#bottomNextLink a:hover{
	text-decoration:underline;	
}

#imageData{
}

#imageData #caption{
	font-weight: bold;
}

#imageData #numberDisplay{
	width:90px;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	display:block;
	float:right;
}			

#whiteText{
	font-size:12px;
	color:#ffffff;
}

#imageData #bottomNavClose{
	display:block;
	float: right; 
}	
		
#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;
	}
	
#imageCaption,#downloadWallpaper{
	color:#000000;
	font-size:10px;
	text-transform:uppercase;
	float:left;
}

#downloadWallpaper{
}

#imageCaption{
}

.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 */
	}

