	#bPopup2 {   
            z-index:100;
	    position: fixed;
	    display:none;
	    height:100%;
	    width:100%;
	    background:#000000;
	    top:0px;
	    left:0px;	
	    overflow:hidden;
	}
	#toPop2 {
	    background: none repeat scroll 0 0 #FFFFFF;
	    display: none;
	    font-size: 14px;
	    position: fixed;
	    width: 640px;
	    height: 360px;
	    z-index: 122;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}
	#bPopupH {   
            z-index:100;
	    position: fixed;
	    display:none;
	    height:100%;
	    width:100%;
	    background:#000000;
	    top:0px;
	    left:0px;	
	    overflow:hidden;
	}
	#toPopH {
	    background: none repeat scroll 0 0 #FFFFFF;
	    display: none;
	    font-size: 14px;
	    position: fixed;
	    width: 640px;
	    height: 360px;
	    z-index: 122;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}
	#bPopupP {   
            z-index:100;
	    position: fixed;
	    display:none;
	    height:100%;
	    width:100%;
	    background:#000000;
	    top:0px;
	    left:0px;	
	    overflow:hidden;
	}
	#toPopP {
	    background: none repeat scroll 0 0 #FFFFFF;
	    display: none;
	    font-size: 14px;
	    position: fixed;
	    width: 640px;
	    height: 360px;
	    z-index: 122;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}
   	.close-popup{
	  position: absolute;
	  top: -18px;
	  right: -18px;
	  width: 36px;
	  height: 36px;
	  cursor: pointer;
	  z-index: 8040;
         background-image: url('fancybox_sprite.png');
	}