/*
	Change the code to your needs: positions, sizes, colors...
*/
#overlayerBig{
	position: absolute;
	top: 100px;
	left: 40px;
	z-index:1010;
	display: none;
}
#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;
	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 .closeButton{
	font-size:12px;
	height:20px;
	right:20px;
	position:absolute;
	top: 5px;
	width: 130px;
	z-index:1012;
	cursor: hand;
	cursor: pointer;
	display: block;
}