.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;
  /*
           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 {
     position: absolute;
    bottom: 10px;
    right: 50%;
    margin-right: -64px;
    z-index: 11;
    // border: 1px solid #eee;
    // padding: 5px;
}
.threesixty .nav_bar a {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  padding: 10px;
  margin: 3px;
  text-indent: -99999px;
  text-align: center;
}
.threesixty .nav_bar a {
    background: none;
    text-indent: 0px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    line-height: 27px;
}
.modal-product-image a.nav_bar_showmodal {
  display: none !important;
}

.threesixty .nav_bar a.nav_bar_play {
  background: url('../images/play.png') no-repeat;
}
.threesixty .nav_bar a.nav_bar_previous {
  background: url('../images/vlevo.png') no-repeat;
}
.threesixty .nav_bar a.nav_bar_stop {
  background: url('../images/pauza.png') no-repeat;
}
.threesixty .nav_bar a.nav_bar_next {
  background: url('../images/vpravo.png') no-repeat;
}
.threesixty .nav_bar a.nav_bar_showmodal {
  background: url('../images/resize.png') no-repeat;
}
/* 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;
}
