.threesixty {
  position: relative;
  overflow: hidden;
  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;
}
.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  width: 0;
}
.threesixty .threesixty_images img.current-image {
  visibility: visible;
  width: 100%;
  cursor: w-resize;
  /*border: 1px solid #ddd;*/
}
.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 {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
.threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background:  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;
  position: absolute;
  right:0;
  top:50%
}
.custom_previous{
  position: absolute;
  left: 10px;
  top:50%;
  background-image: url(/uploads/image/simages/banner-fy.png);
  background-position: center top;
  margin-top: -30px;
  background-color: rgba(0,0,0,0.3);
  text-indent: -9999px;
  overflow: hidden;
  height: 60px;
  width: 40px;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 5px;
}
.custom_next{
  position: absolute;
  right: 10px;
  top:50%;
  background-image: url(/uploads/image/simages/banner-fy.png);
  background-position: center bottom;
  margin-top: -30px;
  background-color: rgba(0,0,0,0.3);
  text-indent: -9999px;
  overflow: hidden;
  height: 60px;
  width: 40px;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 5px;
}
/* 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;
}
