.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%;
}
.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: 5px;
  right: 0px;
  z-index: 11;
  float: right;
}
.threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(assets/sprites.png) no-repeat;
  text-indent: -99999px;
}
.threesixty .nav_bar a.nav_bar_play {
  background-position: -1px -3px !important;
}
.threesixty .nav_bar a.nav_bar_previous {
  background-position: -1px -76px !important;
}
.threesixty .nav_bar a.nav_bar_stop {
  background-position: -1px -40px !important;
}
.threesixty .nav_bar a.nav_bar_next {
  background-position: 0px -106px !important;
}
/* 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;
}

#fullscreenbutton {
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 11;
  background-color: #000000;
  cursor: pointer;
}

#fullscreenbutton.collapsed {
  background: url(assets/icon-fullscreen.png) center no-repeat;
  background-color: #000000;
}

#fullscreenbutton.expanded {
  background: url(assets/icon-collapse.png) center no-repeat;
  background-color: #000000;
}

.fancybox-close {
  top: -15px!important;
  right: -15px!important;
  opacity: 1;
}

#instructions {
	display: block;
    float: left;
    position: absolute;
    bottom: 0px;
    z-index: 11;
    font-family: arial, sans-serif;
    font-size: 12px;
	padding-left: 1px;
}
