.rotator {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.rotator .rotator-container {
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.rotator .rotator-container .panning {
    position: relative;
    left: 0;
}

.rotator .rotator-container .theme_panel_back {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    height: 28px;
    z-index: 20000;
}

.rotator .rotator-container .theme_panel {
    position: absolute;
    /*width: 100%;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*margin-bottom: 0;*/
    /*height: 28px;*/
    z-index: 20010;
    left: 11%;
    top: 9%;
}

.rotator .rotator-container .theme_header {
}

.rotator .rotator-container .theme_header .progress_bar {
    /*background: url(../bodymodel360/src/bodymodel/static/bodymodel/img/rotor/basic/load_js.gif) left top no-repeat;*/
    margin: 1px 0 0 6px;
    float: left;
    width: 43px;
    height: 8px;
    cursor: pointer;
}

.rotator .rotator-container .theme_header .progress_num {
    position: absolute;
    left: 56px;
    top: 0;
    width: 30px;
    text-align: left;
    color: #A0A0A0;
    font-family: Arial Narrow, Arial, sans-serif;
    font-size: 8px;
    padding: 0;
    margin: 0;
    line-height: 8px;
    height: 8px;
    border: none;
}

.rotator .rotator-container .theme_panel .toolbar {
    position: relative;
    /*height: 28px;*/
    /*padding: 1px 5px 0 2px;*/
    /*margin: 0px auto -1px auto;*/
    text-align: center;
    padding: 10px;
    background: rgba(255,255,255,0.7);
}

.rotator .rotator-container .theme_panel .toolbar a {
    /*color: #212121;*/
    /*padding: 6px 14px;*/
    /*top: 1px;*/
    /*text-decoration: none;*/
    /*display: inline-block;*/
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    display: block;
    padding: 5px;
    margin-top: 40px;
    color: #161616;

}

.rotator .rotator-container .theme_panel .toolbar a:first-child {
    margin-top: 0;
}

.rotator .rotator-container .theme_panel .toolbar a:hover {
    color: #000000;
}

.rotator .rotator-container .theme_panel .toolbar a.left_button:before {
    font-family: 'icomoon';
    /*content: "\e079";*/
    content: "\e90e";
}

.rotator .rotator-container .theme_panel .toolbar a.right_button:before {
    font-family: 'icomoon';
    /*content: "\e080";*/
    content: "\e90f";
}

.rotator .rotator-container .theme_panel .toolbar a.play_button:before {
    font-family: 'icomoon';
    /*content: "\e072";*/
    content: "\e910";
}

.rotator .rotator-container .theme_panel .toolbar a.pause_button:before {
    font-family: 'icomoon';
    /*content: "\e073";*/
    content: "\e916";
}

.rotator .rotator-container .theme_panel .toolbar a.zoomin_button:before {
    font-family: 'icomoon';
    font-size: 19px;
    /*content: "\e015";*/
    content: "\e912";
}

.rotator .rotator-container .theme_panel .toolbar a.zoomout_button:before {
    font-family: 'icomoon';
    font-size: 19px;
    /*content: "\e016";*/
    content: "\e913";
}

.rotator .rotator-container .theme_panel .toolbar a.hotspotson_button:before {
    content: "\e105";
}

.rotator .rotator-container .theme_panel .toolbar a.hotspotsoff_button:before {
    content: "\e106";
}










@media screen and (max-width: 1200px)  {
    .rotator .rotator-container .theme_panel {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .rotator .rotator-container .theme_panel .toolbar a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
    }
}

@media screen and (max-width: 575px)  {
    .rotator .rotator-container .theme_panel .toolbar {
        padding: 3px;
    }
    .rotator .rotator-container .theme_panel .toolbar a {
        margin: 0 10px;
    }
}








