div.v360 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(150,150,150);
    display: none;
    z-index: 99999;
}

div.v360-ctrl {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    z-index: 99999;
}

div.v360-ctrl a.v360-ctrl {
    width: 40px;
    height: 50px;
    display: inline-block;
    font-size: 40px;
}

div.v360-ctrl a.v360-ctrl[disabled] {
    color: rgb(110,110,110);
    cursor: default;
}

div.v360-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

div.v360-box {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

div.v360-box .progress {
    position: relative;
    top: 0px;
    width: 80%;
    height: 40px;
    margin: auto;
}

div.v360-box .progress .progress-bar {
    width: 100%;
}

div.v360-box canvas.v360-img {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

canvas.v360-img-sm {
    position: relative;
    width: 100%;
}

