* {
    padding: 0;
    margin: 0;
}
html,
body {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #212121;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
body {
    color: #fff;
    padding: 0px;
    font: 13px "Arial", sans-serif;
    margin: 0px;
}
#superblaze {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 506px;
  width: 900px;
  z-index: 2;
}
#loader {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
    padding: 0px 0px;
    margin: 0px;
    z-index: 999;
    display: none;
}

#scenediv {
    position: absolute;
    text-align: left;
    padding: 0px 0px;
    margin: 0;
    width: 900px;
    height: 506px;
    visibility: hidden;
}

.btn {
    position: absolute;
    width: 70px;
    height: 70px;
}
.option1 {
    left: 15px;
    top: 415px;
}

#option1Btn {
    background-image: url("../images_gl/option1_up.svg");
    background-repeat: no-repeat;
    overflow: hidden;
}

#option1BtnDown {
    background-image: url("../images_gl/option1_down.svg");
    background-repeat: no-repeat;
    overflow: hidden;
    visibility: hidden;
}
.option2 {
    left: 15px;
    top: 295px;
}

#option2Btn {
    background-image: url("../images_gl/option2_up.svg");
    background-repeat: no-repeat;
    overflow: hidden;
}

#option2BtnDown {
    background-image: url("../images_gl/option2_down.svg");
    background-repeat: no-repeat;
    overflow: hidden;
    visibility: hidden;
}

.option3 {
    left: 15px;
    top: 175px;
}

#option3Btn {
    background-image: url("../images_gl/option3_up.svg");
    background-repeat: no-repeat;
    overflow: hidden;
}

#option3BtnDown {
    background-image: url("../images_gl/option3_down.svg");
    background-repeat: no-repeat;
    overflow: hidden;
    visibility: hidden;
}
/*.option4 {
    left: 15px;
    top: 55px;
}

#option4Btn {
    background-image: url("../images_gl/option4_up.png");
    background-repeat: no-repeat;
    overflow: hidden;
}

#option4BtnDown {
    background-image: url("../images_gl/option4_down.png");
    background-repeat: no-repeat;
    overflow: hidden;
    visibility: hidden;
}*/

.mode1 {
    left: 815px;
    top: 175px;
}

#mode1Btn {
    background-image: url("../images_gl/mode1_up.png");
    background-repeat: no-repeat;
    overflow: hidden;
}

#mode1BtnDown {
    background-image: url("../images_gl/mode1_down.png");
    background-repeat: no-repeat;
    overflow: hidden;
    visibility: hidden;
}

.mode2 {
    left: 815px;
    top: 295px;
}

#mode2Btn {
    background-image: url("../images_gl/mode2_up.png");
    background-repeat: no-repeat;
    overflow: hidden;
}

#mode2BtnDown {
    background-image: url("../images_gl/mode2_down.png");
    background-repeat: no-repeat;
    overflow: hidden;
    visibility: hidden;
}

.reset {
    left: 815px;
    top: 415px;
}
#resetBtn {
    background-image: url("../images_gl/reset_up.png");
    background-repeat: no-repeat;
    overflow: hidden;
}
#resetBtnDown {
    background-image: url("../images_gl/reset_down.png");
    background-repeat: no-repeat;
    overflow: hidden;
    visibility: hidden;
}

div.transbox {
    position: absolute;
    top: 439px;
    left: 180px;
    width: 495px;
    height: 100px;
    margin: 0px;
}
div.bar {
    position: absolute;
    top: -30px;
    left: 0px;
    background-color: #CCCCCC;
    width: 1px;
    height: 5px;
    overflow: hidden;
}
div.loadtext {
    position: absolute;
    top: -25px;
    left: 0px;
    color: #CCCCCC;
    font-family: Arial;
    font-size: 10px;
}
img.thumbnail {
    float: left;
    width: 100px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #CCCCCC;
    padding: 8px 0px 0px 0px;
    display: inline;
    background-color: #212121;
}
div.thumbHolder {
    position: absolute;
    top: 439px;
    left: 180px;
    width: 525px;
    visibility: hidden;
    padding: 0px;
    margin: 0px;
    display: none;
    line-height: 0;
}
.rotateLeft {
    position: absolute;
    top: 235px;
    left: 20px;
}
.rotateRight {
    position: absolute;
    top: 235px;
    left: 840px;
}
a {
    outline: none;
}
#sliderframe {
    position: absolute;
    left: 0px;
    top: 0px;
}
.shotSelector {
    background: #CCCCCC;
    position: absolute;
    width: 102px;
    overflow: hidden;
    height: 5px;
    top: -5px;
    left: 0px;
}

.clear {clear: both;}

#enviromentChange1 {
    left: 255px;
    top: 430px;
    width: 128px;
    height: 73px;
    position: absolute;
    cursor: pointer;
}

#enviromentChange2 {
    left: 384px;
    top: 430px;
    width: 128px;
    height: 73px;
    position: absolute;
    cursor: pointer;
}

#enviroment2LoadingStatus {
    left: 417px;
    top: 462px;
    width: 0px;
    height: 7px;
    font-weight: bold;
    background-image: url('../interface_images/preloaderBar.png');
    background-repeat: no-repeat;
    position: absolute;
}
#enviromentChange3 {
    left: 513px;
    top: 430px;
    width: 128px;
    height: 73px;
    position: absolute;
    cursor: pointer;
}

#enviroment3LoadingStatus {
    left: 546px;
    top: 462px;
    width: 0px;
    height: 7px;
    font-weight: bold;
    background-image: url('../interface_images/preloaderBar.png');
    background-repeat: no-repeat;
    position: absolute;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

#altContent {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 506px;
    margin: 0px 0px;
    text-align: center;
    overflow: hidden;
}

#flashHolder {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 506px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#mobileLink {
    width: 200px;
    margin: 20px auto;
}