.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%;
    left: 0;
    height: auto;
    cursor: e-resize;
}
.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.
    */

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

}

/* hotpoints */
.view360_video_holder{
    display: none;
}
.view360 .view360_video_holder{
    display: block;
}
.view360 .view360_video_holder video{
    display: block;
    width: 100%;
}
.view360 .view360_video_holder .videodescription{
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 170;
    background-color: #fff;
    width: 30%;
    max-height: 100%;
    overflow: auto;
    text-align: justify;
    padding: 5px;
}

.threesixty .hotpointcontent .hotpoint-images{
    position: relative;
}
.threesixty .hotpointcontent .hotpoint-images img{
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 0;
    right: 15px;
}
.threesixty .hotpointcontent .hotpoint-images img.active{
    z-index: 3;
    position: relative;
}




.threesixty .threesixty_images li span {
    display: none;
}
#draggable,
.threesixty .threesixty_images li img.current-image ~ span {
    display: block;
    position: absolute;
    z-index: 100;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background-color: #555;
    color: #fff;
    text-indent: 17px;
    line-height: 26px;
    padding-right: 5px;
}

#draggable:before,
.threesixty .threesixty_images li span:before{
    content: ' ';
    background-color: #fff;
    border-radius: 100%;
    width: 26px;
    border: 5px solid #ca6f00;
    height: 26px;
    display: inline-block;
    left: -13px;
    top: 0;
    position: absolute;
}

.threesixty .hotpointcontent {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 150;
}
.threesixty .hotpointcontent .close{
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 100%;
    width: 25px;
    line-height: 25px;
    opacity: .8;
    z-index: 160;
}









.threesixty .spinner {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    border-radius: 5px;
}
.threesixty .spinner span {
    font-size: 16px;
    font-weight: bolder;
    color: #121212;
    text-align: center;
    line-height: 30px;
    display: block;
}


.threesixty .nav_bar {
}
.threesixty .nav_bar a:before{
}
.threesixty .nav_bar a {
    position: absolute;
    display: block;
    top: 50%;
}
.threesixty .nav_bar a.nav_bar_play {

}
.threesixty .nav_bar a.nav_bar_previous {
    left: 0;
}
.threesixty .nav_bar a.nav_bar_stop {
}
.threesixty .nav_bar a.nav_bar_next {
    right: 0;
}
/* 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;
}
