#PulsarApp  #Photos360 {
	width: 700px;
	height: 670px;
	overflow: hidden;
	position: relative;
	border: 0 !important;
}

#PulsarApp > div.buttons {
	overflow: hidden;
	padding: 0 350px;
}
#PulsarApp > div.buttons button.btn-2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
}
#PulsarApp > div.buttons button.blue {
	color: #FFF;
}
/*
#PulsarApp #Photos360 > #Photos360-box {
	position: absolute;
	top: 0px;
	left: 0px;
}
*/
#PulsarApp  #Photos360 > #allGora-dol {
	position: absolute;
	top: 0px;
	left: -631px;
}
#PulsarApp #Photos360 > #drzwi {
	position: absolute;
	top: 0px;
	left: 0px;
}
#PulsarApp  .show {
	display: block;
}
#PulsarApp .hide {
	display: none;
}

#PulsarApp #Photos360 > #Photos360-box {
	position: relative;
	width: 650px;
	height: 650px;
	margin: 0 auto;
    left: -21px;
}

#PulsarApp #Photos360 > #Photos360-box > div.reel {
	cursor: -webkit-grab;
	margin: 0 auto;
}
#PulsarApp #Photos360 div.horizontalArrows #stepLeft {
	width: 160px;
	float: left;
	position: absolute;
	bottom: 20px;
	left: 250px;
	cursor: pointer;
	z-index: 950;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}
#PulsarApp #Photos360 div.horizontalArrows #stepRight {
	width: 160px;
	float: right;
	position: absolute;
	right: 250px;
	bottom: 20px;
	cursor: pointer;
	z-index: 950;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}
#PulsarApp #Photos360 div.horizontalArrows.disabled img {
	opacity: 0.2;
}
#PulsarApp #stepLeft,
#PulsarApp #stepRight {
	position: relative;
	bottom: 82px;
}

/* coords */
#PulsarApp #coords {
    width: 840px;
    min-height: 100px;
    height: auto;
    margin: 30px;
    position: fixed;
    top: 0px;
    right: 0px;
    background: #EEE;
    color: #222;
    font-size: 14px;
}
#PulsarApp #coords input {
	padding: 12px;
	width: 70%;
	font-size: 30px;
	padding: 4px 3px;
	color: #969696;
	margin: 0 18px;
}
.reel-panning {
	cursor: pointer !important;
}