#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif; 
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding:50px 0 0 0;
}

#imageContainer{
	padding: 10px;
	}

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

#hoverNav{
	position: absolute;
	top: 35px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 25;
	}
#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}

#prevLink, 
#nextLink {
	position:absolute;
	width: 58px;
	height: 60px;
	top:40%;
	z-index:100;
			/* background: transparent url(../images/lightbox/blank.gif) no-repeat; Trick IE into showing hover */
	}
#prevLink { left: 12%; float: left;background: transparent url(../immagini/lightbox/go_prev.png) no-repeat left 2px; }
#nextLink { right: 12%; float: right; background: transparent url(../immagini/lightbox/go_next.png) no-repeat right 2px;}
#prevLink:hover { background-position: left bottom;}
#nextLink:hover { background-position: right bottom; }

#objCategory { position:absolute;  top:20px; left:13px; width:auto; z-index:10; font:bold 12px  "Trebuchet MS", Verdana, Arial, sans-serif; color:#1363ac;}
#bottomNav { position:absolute; top:15px; right:10px; height:25px; width:25px; z-index:10;}
#bottomNav a {}
/*
#imageData #bottomNav{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
*/

#imageDataContainer{
	font:normal 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	}

#imageData{	padding:0 10px; color: #1462ad; }
#imageData #imageDetails{ width: 100%; text-align: left; }	
#imageData #caption{ line-height:60px; display:block;margin-bottom:5px;}
#imageData #numberDisplay{ display: block; clear: left; }			
/*
#imageData #copycomics {width:200px; text-align:right; margin:0 0 0 auto;font-size:9px; color:#7f7f7f; }
*/
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 500px;
	background-color: #1461a9;
	}
	

	
#numberDisplay { display:none;}