.threesixty {
  position: relative;
  overflow: visible;
  margin: 0 auto;
}
.threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  /*width: 100%;
  height: auto;*/

  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  width: 0;
}
.threesixty .threesixty_images img.current-image {
  visibility: visible;
  /*width: 100%;*/

  width: auto;
}
.threesixty .spinner {
  width: 85px;
  display: block;
  margin: 0 auto;
  height: 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top:0 !important;
}
.threesixty .spinner span {
  font-size: 37px;
  font-weight: 100;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
.threesixty .nav_bar {
  width:100%;
  text-align:right;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 11;
  height:40px;
  
  
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  
}
.threesixty .nav_bar a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position:relative;
}
.threesixty .nav_bar a:before {
  font-family: "osm-iconfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor:pointer;
  font-size:40px;
  color:#fff;
}

.threesixty .nav_bar .nav_bar_play {
  background-position: 0 0 !important;
  display:none;
}
.threesixty .nav_bar .nav_bar_previous{
	position:absolute;
	left:10px;
}
.threesixty .nav_bar .nav_bar_next{
	position:absolute;
	right:10px;
}
.threesixty .nav_bar .nav_bar_previous:before {
  content:'7';
}
.threesixty .nav_bar .nav_bar_stop {
  background-position: 0 -37px !important;
  display:none;
}
.threesixty .nav_bar .nav_bar_next:before {
  content:'8';
}

.threesixty .nav_bar a:hover:before{
	color:#e10000;
}



/* 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_cont{
	max-width:800px;
	margin:auto;
	position: relative;
}

/*@media only screen and (max-width: 1280px) {
	.threesixty .nav_bar .nav_bar_previous{
		left:10px;
	}
	.threesixty .nav_bar .nav_bar_next{
		right:10px;
	}
}*/
@media only screen and (max-width: 1024px) {
	.threesixty_cont{
		max-width:650px;
	}
}

/*@media only screen and (max-height: 1024px) {
  .threesixty_cont{
    max-width:650px;
  }
}

@media only screen and (max-height: 600px) {
  .threesixty_cont{
    max-width:500px;
  }
  .hot_360 {
    max-width: 140px;
  }
}

@media only screen and (max-height: 450px) {
  .threesixty_cont{
    max-width:400px;
  }
}*/

