@charset "utf-8";

/*
.threesixty {position:relative; margin:0 auto; overflow:hidden;}
*/

.threesixty {margin:0 auto;height:100% !important;position:relative}
.threesixty .threesixty_images {display:none; margin:0; padding:0; list-style:none;}
.threesixty .threesixty_images img {position:absolute; top:0; width:100%; height:auto;}
.threesixty .threesixty_images img.previous-image {
	visibility:hidden;
	
}
.threesixty .threesixty_images img.current-image {
	visibility:visible;
	
}
.threesixty .spinner {
	display:block;
	width:60px; height:30px; margin:0 auto;
	border-radius:5px; background:#333; background:rgba(0, 0, 0, 0.7);
	-webkit-border-radius:5px; -moz-border-radius:5px;
}
.threesixty .spinner span {
	display:block;
	color:#FFF; font-size:12px; font-weight:bolder; font-family:Arial, "MS Trebuchet", sans-serif; text-align:center; line-height:30px;
}
.threesixty .nav_bar {position:absolute; z-index:11; top:10px; right:10px;}
.threesixty .nav_bar a {
	display:block; float:left;
	width:32px; height:32px;
	background:url(/assets/sprites.png) no-repeat;
	text-indent:-99999px;
}
.threesixty .nav_bar a.nav_bar_play {background-position:0 0 !important;}
.threesixty .nav_bar a.nav_bar_previous {background-position:0 -73px !important;}
.threesixty .nav_bar a.nav_bar_stop {background-position:0 -37px !important;}
.threesixty .nav_bar a.nav_bar_next {background-position:0 -104px !important;}

.threesixty:-webkit-full-screen {
	width:100%; height:100%; margin-top:0; padding-top:200px;
	background:#ffffff;
}
.threesixty:-moz-full-screen {
	width:100%; height:100%; margin-top:0; padding-top:200px;
	background:#ffffff;
}