#LGLightbox
	{
		display: none;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: url('../images/panorama_bg.png') top left repeat;
	}
	.PanoramaSWF
		{
			display: block;
			width: 800px;
			height: 600px;
			margin: auto;
			background: url('../images/ramka.png') left top no-repeat;
			margin-top: 40px;
			padding-top: 60px;
			position: relative;
		}
		#FlashContent
			{
				display: block;
				width: 685px;
				height: 485px;
				margin-left: 60px;
			}
		.ButtonPowrot
			{
				display: none;
				position: absolute;
				top: 630px;
				left: 890px;
				width: 125px;
				height: 34px;
				background: url('../images/button_powrot.png') left top no-repeat;
				cursor: pointer;
			}
