#threesixty {
	position:absolute;
	overflow:hidden;
	top:50%;
	left:50%;
	width:700px;
	height:751px;
	margin-left:-350px;
	margin-top:-500px;
}

@media (max-width: 1199px) {
	#threesixty {
		width:700px;
		height:751px;
		margin-left:-365px;
		margin-top:-510px;
	}
}

@media (max-width: 991px) {
	#threesixty { 
		width:600px;
		height:644px;
		margin-left:-300px;
		margin-top:-400px;
	}
}

@media (max-width: 768px) {
	#threesixty { 
		width:550px;
		height:590px;
		margin-left:-270px;
		margin-top:-400px;
	}
}

@media (max-width: 519px) {
	#threesixty { 
		width:450px;
		height:483px;
		margin-left:-230px;
		margin-top:-300px;
	}
}

@media (max-width: 479px) {
	#threesixty { 
		width:400px;
		height:429px;
		margin-left:-200px;
		margin-top:-260px;
	}
}
#threesixty_images {
	display: none;
}

#threesixty img {
	position:absolute;
	top:0;
	width:100%;
	height:auto;
}

.current-image {
	visibility:visible;
	width:100%;
}

.previous-image {
	visibility:hidden;
	width:0;
}

#spinner {
	position:absolute;
	left:50%;
	top:50%;
	width:90px;
	height:90px;
	margin-left:-45px;
	margin-top:-50px;
	display:none;
}

#spinner span {
	position:absolute;
	top:50%;
	width:100%;
	color:#585858;
	font:0.8em Arial, Verdana, sans;
	text-align:center;
	line-height:0.6em;
	margin-top:-0.3em;
}
#threesixty ol{
    margin-left: 0px;
    margin-bottom: 0px;
}

.hide-theicon-spin{
display: none!important;

}