/* CSS Document */

#panorama{
	position: relative;
	border:0;
	outline:0;
	margin:0px;
	padding:0px;	
	background-color: rgb(229, 227, 223);
	width:640px;
	height:380px;	
	overflow: hidden;
	transform:translateZ(0px);
	-webkit-transform: translateZ(0px);
}