body{ padding:0; margin:0;background:#474747;}
.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.threesixty .spinner{width:100%;text-align:center;color:#fff;}
.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%;
}

@media only screen and (max-width:666px) {	
.threesixty .threesixty_images img.current-image {visibility: visible;width:45%;top:40%;left:-4%;} 
.threesixty .spinner{position:absolute;left:0;top:50%;width:400px;text-align:center;color:#fff; margin-top:0 !important; display:block;}
	}

/* html */
.threesixty:-webkit-full-screen {
  background: #ffffff;
  width: 80%;
  height: 80%;
  margin-top: 0;
}
.threesixty:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
}