/*
	Change the code to your needs: positions, sizes, colors...
*/
#overlayerBig{
	/*position: absolute;
	top: 100px;	
	left: 300px;
	z-index:1010;
	display: none;
	*/
	
	position:absolute;
	top:20px;
	z-index:1010;
	margin-left:-195px;
	
}
#overlayerBig h2{
	font-size: 20px;
}
#overlayerTiny{
	display: none;
}
#overlayerBig .counterText{
	color:#AAAAAA;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:30px;
	left:45px;
	/*right:80px;*/
	position:absolute;
	top:10px;
	width:100px;
	z-index:1011;
}
#overlayerBig .recommendText {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:269px;
	left:43px;
	position:absolute;
	top:286px;
	width:816px;
	z-index:1011;
}
#overlayerBig .promozione {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:70px;
	right:20px;
	position:absolute;
	bottom:20px;
	width:160px;
	z-index:1011;	
	cursor: hand;
	cursor: pointer;
	display: block;	
}
#overlayerBig .closeButton
{
	font-size:12px;
	height:30px;
	right:20px;
	position:absolute;
	top: 5px;
	width: 130px;
	z-index:1012;
	cursor: hand;
	cursor: pointer;
	display: block;	
}
