<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 639px) {
	.wpw_360_container img {
		position: relative!important;
	}
}

.virtual-eye iframe {
    height: 100%;
    width: 100%;
}

.virtual-eye #content2 {
	overflow: hidden;
}
.wpw_mini360{
	position:relative;
	background:transparent;
	text-align:center;
	overflow: hidden;

	width:100%;
	min-width:200px;	
}

.wpw_mini360 br{
	display:none;
}

.wpw_mini360 img, .wpw_360_container img{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
}

.wpw_360_container{
	position:relative;
	width:100%;
	top:0px;
	left:0px;
	cursor:move;
	height: 100%;
}

.wpw_360_toolbar{
	position:relative;
	display:inline-block;
	margin:0 auto;
	padding:5px;
	background:#757579;
	background:argb(60, 60, 60, 0.8);
	bottom:0px;
	width:auto;
	line-height:0px;
	*display:block;
}

.wpw_360_toolbar_container{
	position:absolute;
	width:100%;
	bottom:10px;
}

.wpw_360_tab_container{
	display:inline-block;
	position:relative;
	width:auto;
	overflow:hidden;
	*display:inline;
	*margin:0 auto;
}

.wpw_360_toolbar * {
	padding:0px;
	margin:0px;
	border:0px;
	outline:0px;
	text-align:center;
}

.round_corners{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;	
	overflow:hidden;
}

.wpw_360_img_tab{
	position:relative;
	display:inline-block;
	*display:inline-block;
	*float:left;
	margin-left:1px;
	background:#ffffff;
	cursor:pointer;
}

.wpw_360_img_tab:hover{
	background:#8BFE7A;
}

.wpw_tab_not_loaded{
	background:#aaaaaa;
}

.wpw_tab_selected{
	background:#11E346;
}

.wpw_360_icon{
	width:70px;
	height:40px;
	/*position:absolute;
	right:10px;*/
	cursor:pointer;
}

.wpw-preloader{
	position:absolute;
	top:50%;
	left:50%;
	width:1px;
	height:1px;
}
.wpw-preloader-anim{
	width:16px;
	height:11px;
	position:relative;
	left:-8px;
	top:-5px;
	background-image:url("../img/loader.gif");
	background-repeat:no-repeat;
	background-position:0 0 ;
}



/* clearfix */
#container_360 .controls .button-container {
	overflow: hidden;
}

/*IE*/


.ie7 .wpw_360_toolbar_container{
	left:0px;
}
.ie7 .wpw_360_toolbar{
	display:inline-block;
}</pre></body></html>