.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.threesixty .threesixty_images {
  display: none;
  list-style: none;
  padding: 0;
  position: relative; margin:0 auto;
}
.threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  width: 0;
}
.threesixty .threesixty_images img.current-image {
  visibility: visible;
  width: 100%;
}
.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;
  position: absolute;
  left:50%;
  top:50%;
  margin:-15px 0 0 -30px !important;
  z-index: 100;
}
.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 {
  position: absolute;
  top: 50%;
  right:18px;
  z-index: 11;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.threesixty .nav_bar a {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -99999px;
  margin:5px 0;
}
.nav_bar_previous{ background: url(../image/temp/ov_6.png) no-repeat center;  }
.nav_bar_next{ background: url(../image/temp/ov_7.png) no-repeat center; }
.nav_bar_play{ background: url(../image/temp/ov_5.png) no-repeat center; }
.nav_bar_stop{ background: url(../image/temp/ov_8.png) no-repeat center; }

/* 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;
}
