/*Home Popup CSS - Camara.fr */
#homePopupBg {
	background:#FFF;
   	height: 789px; 
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	display:block;
}
#homePopup {
	height:500px;
	width:100%;
	position:absolute;
	left:0;
	top:162px;
	z-index:105;
	display:block;
}
.homePopupInner {
	background:#403F3B;
	height:500px;
	width:465px;
}
.homePopupClose {
	cursor:pointer;	
}

.homePopupImgBg {
	background:#DC3032;
}

#homePopupSwfClicker {
	height:400px;
	left:-3px;
	position:absolute;
	top:233px;
	width:100%;
	z-index:110;
}

.homePopupSwfClickerInner {
	height:400px;
	width:400px;
	cursor:pointer;
}