
#loadWait{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0) url(/templates/yoo_subway/images/background/resi/spinner_wait_animation.gif) no-repeat center center;
}
#myPanorama{
	position: fixed;
	top: 0;
	z-index: -1;
	margin: 0;
}
#pslider{
	position: relative;
	margin: 120px 0;
	/*top: 125px !important;*/
	z-index: 1;
	width: 980px;
	overflow: hidden;
}

#header{
	position: fixed;
	top: 0;
	z-index: 2;
	margin: 0;
	width: 100%;
	background: url("/templates/yoo_subway/images/header_bg.png") repeat-x;
	/*overflow-x: hidden;
	overflow-y: visible;*/
}
#footer{
	position: fixed;
	/*bottom: 0;*/
	z-index: 2;
	margin: 0 !important;
	width: 100%;
	background: url("/templates/yoo_subway/images/footer_bg.png") repeat-x;
	text-align: left;
}

#header > *, #footer > *{
	position: relative;
}

.wrapper{
	padding: 0 !important;
}
#page-body {
	/*
	background-attachment: scroll;
    background-image: url("/templates/yoo_subway/images/header_bg.png"), url("/templates/yoo_subway/images/footer_bg.png") !important;
    background-position: top, bottom !important;
    background-repeat:  repeat-x !important;
    background-size: auto !important;
	*/
	background: none !important;
}
/*
.wrapper{
	position: absolute;
	top: 0;
	z-index: 1;
}
*/
.panorama-viewport {
	position: relative;
	/*width: 100%;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
}
.panorama-container {
	position: relative;
	width: 200000px;
	margin: 0;
	padding: 0;

}
img.panorama{
	/*outline: 1px solid #0ff;*/
}
.panorama-control-left, .panorama-control-right{
	background: url(/templates/yoo_subway/images/background/resi/blank.gif);
	position: fixed;
	z-index: 1;
	top: 0;
	height: 100%;
}
.panorama-control-left{
	left: 0;
	cursor: e-resize;
}
.panorama-control-right{
	right: 0;
	cursor: w-resize;
}