.ph-player-buttons{
    position: absolute;
    bottom: 50;
    right: 50;
   
    border-top-left-radius: 3px;
}

.ph-button{
    display: inline-block;
    height: 50px;
    margin: 6px 10px;
    cursor: pointer;
}

.ph-full-screen{
    width: 156px;
    background: url(../images/fullscreen-normal.png) center no-repeat;
}

.ph-autorotate{
    width: 225px;
    background: url(../images/pause-play-stop-black.png) 0 0 no-repeat;
}

.ph-autorotate.play{
    background-position: -225px 0;
}

.ph-full-screen.play{
    background-position: -25px 0;
}

/* If JS, WebGL is disabled in browser*/
.panorama_no_script, .panorama_impossible {

    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;

    background: url(../3d_tours/Room-2.jpg) center no-repeat;
    font-size: 16px;
}

/* hide 'panorama_impossible' by default */
.panorama_impossible {
    display: none;
}

.ph-player{
    cursor: move;

    /* IMPORTANT*/
    position: relative;
    overflow: hidden;
}

.ph-player canvas {

    /* IMPORTANT*/
    display: block;
    position: absolute;

    top: 0;
    left: 0;
}
