#panorama:before {
	content: url(".../img/panorama/panorama_3072.jpg");
	width:0;
	height:0;
	display:none;
	}



#panorama {
    background: url('../img/panorama/panorama_3072.jpg');
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	cursor:pointer;
	cursor:hand;
	}
