.polt_images_group_w {
  display: block;
  cursor: ew-resize;
}
.polt_images_group_w.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.polt_images_group_w.threesixty .threesixty_images{
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.polt_images_group_w.threesixty .threesixty_images:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 80%;
}
.polt_images_group_w.threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  border: 0px solid white;
  border-radius: 10px;
}
.polt_images_group_w.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.
        */

}
.polt_images_group_w.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.
        */

}
.polt_images_group_w.threesixty .spinner {
  width: 60px;
  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;
}
.polt_images_group_w.threesixty .spinner span {
  margin: 20px auto;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
.polt_images_group_w.threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
.polt_images_group_w.threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(/catalog/view/javascript/jquery/threesixty/images/sprites.png) no-repeat;
  text-indent: -99999px;
}
.polt_images_group_w.threesixty .nav_bar a:hover {
	opacity: 0.5;
}
.polt_images_group_w.threesixty .nav_bar a.nav_bar_play {
  background-position: -0 -0px !important;
}
.polt_images_group_w.threesixty .nav_bar a.nav_bar_play:active {
	opacity: 1;
}
.polt_images_group_w.threesixty .nav_bar a.nav_bar_stop {
  background-position: -0 -32px !important;
}
.polt_images_group_w.threesixty .nav_bar a.nav_bar_stop:active {
	opacity: 1;
}
.polt_images_group_w.threesixty .nav_bar a.nav_bar_previous {
  background-position: -0 -64px !important;
}
.polt_images_group_w.threesixty .nav_bar a.nav_bar_previous:active {
	opacity: 1;
}
.polt_images_group_w.threesixty .nav_bar a.nav_bar_next {
  background-position: -0 -96px !important;
}
.polt_images_group_w.threesixty .nav_bar a.nav_bar_next:active {
	opacity: 1;
}
.ThreeSixtyFullscreen_Button {
	z-index: 12;
	display: none;
	height: 32px;
	text-indent: -99999px;
	right: 10px;
        bottom: 10px;
        cursor: pointer;
	background-position: 0px -32px;
        opacity: 1;
}
.ThreeSixtyFullscreen_Button:hover {
	opacity: 0.5;
}
.ThreeSixtyFullscreen_Button:active {
	opacity: 1;
}

.ThreeSixtyFullscreen_Button.close {
	z-index: 12;
	display: block;
	position: absolute;
	background: url(/catalog/view/javascript/jquery/threesixty/images/fs.png) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -99999px;
	right: 10px;
        bottom: 10px;
        cursor: pointer;
	background-position: 0px -0px;
}

/* html */
.polt_images_group_w:-webkit-full-screen {
  background:#ffffff;
  width:100%;
  height:100%;
}
.polt_images_group_w:-moz-full-screen {
  background:#ffffff;
  width:100%;
  height:100%;
}
.polt_images_group_w:-O-full-screen {
  background:#ffffff;
  width:100%;
  height:100%;
}
.threesixty_images li {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
}
.threesixty_images li:before {
    display: none;
}


@media (max-width: 900px) {
.polt_images_group_w.threesixty {
  width: 100%;
}
	
}