.stellinaPienaNoVoto{display:block;float:left;width:29px;height:28px;background: url('../images/stellina_piena.gif') no-repeat 0 0;}
.stellinaVuotaNoVoto{display:block;float:left;width:29px;height:28px;background: url('../images/stellina_vuota.gif') no-repeat 0 0;}

.headerLightBox{
	padding : 10px 10px 0px 10px;
	text-align : left;
}

.headerLeftLightBox{
	color:#323232;
	font-size:12px;
	font-weight:bold;
	float : left;
}

.headerLeftLightBox a{
	color : #323232;
	text-decoration : underline;
}

.headerRightLightBox{
	color:#323232;
	font-size:12px;
	font-weight:bold;
	float : right;
}

.headerRightLightBox a{
	background : transparent url(../images/pop_chiudi.gif) no-repeat scroll right center;
	color : #2D2D2D;
	display : block;
	font-size : 11px;
	font-weight : bold;
	width : 53px;
}

.headerBottomLightBox{
	color : #326198;
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 4px;
	text-align : center;
	clear : both;
}

.footerH1LightBox{
	color : #326198;
	font-size : 18px;
	font-weight : normal;
	margin-top : 10px;
}

.footerH2LightBox{
	font-size : 14px;
	font-weight : normal;
	margin-bottom : 10px;
}

a.stellinaPiena {
	background:transparent url(../images/stellina_piena.gif) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:28px;
	width:29px;
}

a.stellinaVuota {
	background:transparent url(../images/stellina_vuota.gif) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:28px;
	width:29px;
}

a.stellinaPiena:hover {
	background:transparent url(../images/stellina_vuota.gif) no-repeat scroll 0 0;
}

a.stellinaVuota:hover {
	background:transparent url(../images/stellina_piena.gif) no-repeat scroll 0 0;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 102;
	text-align: center;
	/* line-height: 0; */
	}

#lightbox a img{ border: none; }

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

#imageContainer{
	padding: 10px;
	}

#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;
	margin-top : 40px;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('http://www.timcafe.com.br/rate/images/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('http://www.timcafe.com.br/rate/images/lightbox-btn-prev.gif') left 20% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('http://www.timcafe.com.br/rate/images/lightbox-btn-next.gif') right 20% no-repeat; }


#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	padding-bottom : 10px;
}

#imageData{	padding:0 10px;}
#imageData #imageDetails{float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
