.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.threesixty .threesixty_images {
  display: none;
  list-style: none!important;
  margin: 0;
  padding: 0;
}
.threesixty .threesixty_images li {
	list-style: none!important;
	text-align: center;
}
.threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  left: 50%;
	transform: translateX(-50%);
  max-width: 100%;
  height: auto;
	max-height: 640px;
	margin: 0 auto;
}
.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  /*
           Do not put here any other styles.
           It causes massive recalc / repaints and image flickering,
           especially on Firefox.
        */

}
.threesixty .threesixty_images img.current-image {
  visibility: visible;
  /*
           Do not put here any other styles.
           It causes massive recalc / repaints and image flickering,
           especially on Firefox.
        */

}
.threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.threesixty .spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
.threesixty .nav_bar {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
.modal .threesixty .nav_bar {
	left: 0;
}
.threesixty:hover .nav_bar {
  opacity: 1;
}
.threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(../../../img/addons/360slider/sprites.svg) no-repeat;
  text-indent: -99999px;
}
.threesixty .nav_bar a.nav_bar_play {
  background-position: 0 0 !important;
}
.threesixty .nav_bar a.nav_bar_previous {
  background-position: 0 -73px !important;
}
.threesixty .nav_bar a.nav_bar_stop {
  background-position: 0 -37px !important;
}
.threesixty .nav_bar a.nav_bar_next {
  background-position: 0 -104px !important;
}
/* html */
.threesixty:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.threesixty:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

.threesixty.spinArrows:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 100px;
	margin-top: -50px;
	margin-left: -150px;
	border-radius: 50px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.5) url(../../../img/addons/360slider/drag.png) 50% 50% no-repeat;
}

.thumb-360-slider {
	position: relative;
}
.thumb-360-slider:after {
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,.66);
	padding: 5px;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-image: url('../../../img/img_map/360.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}