/* mercury Box */
	
	.mercBoxObjects{
		display: none;
	}
	
	#mercBoxOverlay{
		background: rgba(20, 20, 20, 0.9);
	    height: 100%;
	    left: 0;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 2000;
	}

	#mercBoxMainImage,
	#mercBoxLeftImage,
	#mercBoxRightImage{
		display: none;
		max-height: 90%;
		max-width: 60%;
		position: fixed;
		z-index: 2010;
		top: 0;
	}
	
	
		