  .turnbackdummy {
    width: 140px;
	height: 40px;
	margin: 0 auto;
	display:block;
    position: absolute;
    background-color: transparent;
    z-index: 100;
    opacity:0;
  }
  
  
  .turnback {
    width: 140px;
	height: 40px;
	margin: 0 auto;
	display:block;
    position: fixed;
    background-image: url(https://fm-new.beget.ru/image_cache/bfb7904/d03f7762142af9008aabebfdbe59ef67/back_arrow_03.png);
    z-index: 100;
    
    -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    
    animation: fadein 6s;
    -moz-animation: fadein 6s; /* Firefox */
    -webkit-animation: fadein 6s; /* Safari and Chrome */
    -o-animation: fadein 6s; /* Opera */
    
     transition: all .2s ease-in-out;
    
  }
  
  
  .turnback:hover {
    transform: scale(0.8);
   
}

#container2 .threesixty2 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#container2 .threesixty2 .threesixty_images2 {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#container2 .threesixty2 .threesixty_images2 img {
  position: absolute;
  top: 0;
  width: 490px;
  height: 250px;
}
#container2 .threesixty2 .threesixty_images2 img.previous-image {
  visibility: hidden;
  width: 0;
}
#container2 .threesixty2 .threesixty_images2 img.current-image {
  visibility: visible;
  width: 100%;
}
#container2 .threesixty2 .spinner2 {
  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;
}
#container2 .threesixty2 .spinner2 span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
#container2 .threesixty2 .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
#container2 .threesixty2 .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(/demo/img/sprites.png) no-repeat;
  text-indent: -99999px;
}
#container2 .threesixty2 .nav_bar a.nav_bar_play {
  background-position: 0 0;
}
#container2 .threesixty2 .nav_bar a.nav_bar_previous {
  background-position: 0 -73px;
}
#container2 .threesixty2 .nav_bar a.nav_bar_stop {
  background-position: 0 -37px;
}
#container2 .threesixty2 .nav_bar a.nav_bar_next {
  background-position: 0 -104px;
}
/* html */
#container2:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
#container2:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
