threesixty .root {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width:100%;
	height:500px;
}
@media only screen and (min-width : 320px) and (max-width:479px) {
	threesixty .root {
		width:300px;
		max-height: 300px;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}
	threesixty .root .imageList img {      
		max-width: 100%;
		width: auto !important;
		height: auto;
		
	}
}
@media screen and (min-width : 479px) and (max-width:767px) {
	threesixty .root {
		width:470px;
		max-height: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}
	threesixty .root .imageList img {
        max-height: 100%;
		max-width: 100%;
		width: auto;
		height: auto;
	}
}
@media screen and (min-width:768px) {
	threesixty .root {
		width:500px;
		max-height: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
            cursor: e-resize;
	}
	threesixty .root .imageList img {
        max-height: 100%;
		max-width: 100%;
		width: auto;
		height: auto;
	}
	
}
threesixty .root .imageList {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
threesixty .root .imageList img {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: absolute;
}
threesixty .root .imageList img.previous-image {
    visibility: hidden;
}
threesixty .root .imageList img.current-image {
    visibility: visible;
}
threesixty .root .spinner_desktop, threesixty .root  .spinner_mobile {
    width: 60px;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -15px;
    position: absolute;
    height: 30px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
threesixty .root .spinner_desktop span, threesixty .root  .spinner_mobile 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 .root .nav_bar {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
}
threesixty .root .nav_bar a {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    background: url(/assets/sprites.png) no-repeat;
    text-indent: -99999px;
}
threesixty .root .nav_bar a.nav_bar_play {
    background-position: 0 0 !important;
}
threesixty .root .nav_bar a.nav_bar_previous {
    background-position: 0 -73px !important;
}
threesixty .root .nav_bar a.nav_bar_stop {
    background-position: 0 -37px !important;
}
threesixty .root .nav_bar a.nav_bar_next {
    background-position: 0 -104px !important;
}
/* html */
threesixty .root:-webkit-full-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}
threesixty .root:-moz-full-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}
.img360{    position: absolute;
    top: 92%;
    right: 2%;
}