html, body{
            position:absolute;
            width:100%;
            height:100%;
            background-color:#efefef;
            overflow:hidden;
            -webkit-tap-highlight-color:rgba(255,0,0,0);
            }       
        body{
            color:#fff;
            padding:0px;
            font: 13px "Arial", sans-serif;
            margin: 0px auto;
            overflow:hidden;
            -webkit-tap-highlight-color:rgba(255,0,0,0);
        }
#dialog_link {
    padding: .4em 1em .4em 20px;
    text-decoration: none;
    position: relative;
}

#dialog_link span.ui-icon {
    margin: 0 5px 0 0;
    position: absolute;
    left: .2em;
    top: 50%;
    margin-top: -8px;
}

ul#icons {
    margin: 0;
    padding: 0;
}

#notificationIE {
        position:absolute;
        left:0;
        top:0;
        display:none;
        z-index:10000;
        width: 100%;
        height: 100%;
}

ul#icons li {
    margin: 2px;
    position: relative;
    padding: 4px 0;
    cursor: pointer;
    float: left;
    list-style: none;
}

ul#icons span.ui-icon {
    float: left;
    margin: 0 4px;
}
#zoomSliderContainer {
    position: absolute;
    left: 1354px;
    top: 470px;
}

.ui-slider {
   border: 1px solid #aaaaaa;
  background: #ffffff;
}

.ui-slider .ui-widget-header {
    background: #0083CA;
}

.ui-corner-all {
  visibility: hidden;
}

.ui-slider .ui-slider-handle {
  width: 22px;
  height: 22px;
  background: url(../images_gl/zoom_handle_up.png) no-repeat;
  overflow: hidden;
  position: absolute;
  left: -10px;
  border-style: none;
  outline: none;
}

.ui-slider-handle-hover {
      width:41px;
      height:16px;
      background:url("../images_gl/zoom_handle_down.png") no-repeat; overflow:hidden; 
}
.zoom {
  position: absolute;
  left: 0;
  top: -2px;
  cursor: pointer;
  width: 44px;
  height: 44px;
}
#zoomInBtn {
  background-image: url("../images_gl/plus_up.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 44px 44px;
}

#zoomInBtnActive {
  background-image: url("../images_gl/plus_down.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 44px 44px;
  visibility: hidden;
}

#zoomOut {
  left: 0;
  top: 189px;
}

#zoomOutBtn {
  background-image: url("../images_gl/minus_up.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 44px 44px;
}
#zoomOutBtnActive {
  background-image: url("../images_gl/minus_down.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 44px 44px;
  visibility: hidden;
}

#bottomArrowButton {
    width: 31px;
    height: 17px;
    background-image: url("../images_gl/bottomArrowUp.png");
    overflow: hidden;
    cursor: pointer;
}

#leftArrowButton {
    width: 17px;
    height: 31px;
    background-image: url("../images_gl/leftArrowUp.png");
    overflow: hidden;
    cursor: pointer;
}

#rightArrowButton {
    width: 17px;
    height: 31px;
    background-image: url("../images_gl/rightArrowUp.png");
    overflow: hidden;
    cursor: pointer;
}

#topArrowButton {
    width: 31px;
    height: 17px;
    background-image: url("../images_gl/toptArrowUp.png");
    overflow: hidden;
    cursor: pointer;
}
#scenediv{
    position:absolute;
    text-align:left;
    padding:0px 0px;
    margin:0px auto;
    width:1440px;
    height:810px;
    visibility:hidden;
}
#spinContainer{  
  position:relative;
  text-align:left;
  padding:0px 0px;
  margin:0px auto;
  width:1440px;
  height:810px;
}

div.transbox {
  height: 150px;
    left: 345px;
    margin: 0;
    position: absolute;
    top: 707px;
    width: 760px;
}

div.bar {
  position: absolute;
  top: -5px;
  left: 0px;
  background-color: #CCCCCC;
  width: 1px;
  height: 7px;
  overflow: hidden;
}

div.loadtext {
  position: absolute;
  top: 3px;
  left: 0px;
  color: #CCCCCC;
  font-family: Arial;
  font-size: 18px;
}

img.thumbnail {
  float: left;
  width: 150px;
  margin: 0px;
  padding: 0px;
  border: 1px solid #CCCCCC;
  padding: 8px 0px 0px 0px;
  display: inline;
  background-color: #F1F1F1;
}

div.thumbHolder {
  position: absolute;
top: 710px;
left: 345px;
width: 770px;
visibility: hidden;
padding: 0px;
margin: 0px;
display: inline;
line-height: 0;
}

.rotateLeft {
  position: absolute;
  top: 375px;
left: 30px;
}

.rotateRight {
  position: absolute;
  top: 375px;
left: 1340px;
}

a {
  outline: none;
}


.shotSelector {
  background: #CCCCCC;
  position: absolute;
  width: 152px;
  overflow: hidden;
  height: 7px;
  top: -8px;
  left: 0px;
}

.clear {
  clear: both;
}

#blackColourButton {
    width: 69px;
    height: 69px;
    background-image: url("../images_gl/black_up.png");
    overflow: hidden;
}

#greyColourButton {
    width: 69px;
    height: 69px;
    background-image: url("../images_gl/grey_up.png");
    overflow: hidden;
}

#viewFinderButton {
    width: 69px;
    height: 69px;
    background-image: url("../images_gl/viewFinder_up.png");
}

#screenButton {
    width: 69px;
    height: 69px;
    background-image: url("../images_gl/screen_up.png");
}

#flashButton {
    width: 69px;
    height: 69px;
    background-image: url("../images_gl/flash_up.png");
}

#resetButton {
    width: 69px;
    height: 69px;
    background-image: url("../images_gl/reset_up.png");
}

#enviromentChange0 {
    left: 320px;
    top: 430px;
    width: 128px;
    height: 73px;
    position: absolute;
    cursor: pointer;
}

#enviromentChange1 {
    left: 451px;
    top: 430px;
    width: 128px;
    height: 73px;
    position: absolute;
    cursor: pointer;
}

#BlackSilverLoadingStatus {
    left: 488px;
    top: 463px;
    width: 0px;
    height: 7px;
    font-weight: bold;
    background-image: url('../interface_images/preloaderBar.png');
    background-repeat: no-repeat;
    position: absolute;
}

.buttonHover {
    width: 69px;
    height: 69px;
}

.colourButtonHover {
    width: 30px;
    height: 19px;
}

/*.ui-slider-handle-hover {
    width: 20px;
    height: 20px;
    background-image: url("../images_gl/zoom_handle_down.png");
}*/

#altContent {
    margin: 0;
    padding: 0;
    width: 1024px;
    height: 506px;
    margin: 0px 0px;
    text-align: center;
    overflow: hidden;
}

#flashHolder {
    margin: 0;
    padding: 0;
    width: 1024px;
    height: 506px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#mobileLink {
    width: 200px;
    margin: 20px auto;
}
/*#openButton {
    width: 70px;
    height: 70px;
    background-image: url("../images_gl/open.png");
}
#closeButton {
    width: 70px;
    height: 70px;
    background-image: url("../images_gl/close.png");
}*/
#option1 {
  left: 670px;
  top: 720px;
}

#option1Btn {
  background: url("../images_gl/black_up.png") no-repeat;
  /*background-size: 55px 55px;*/
  overflow: hidden;
  visibility: hidden;
}
#option1BtnActive {
  background: url("../images_gl/black_down.png") no-repeat;
 /* background-size: 55px 55px;*/
  overflow: hidden;  
}
#option2 {
  left: 770px;
  top: 720px;
}
#option2Btn {
  background: url("../images_gl/gold_up.png") no-repeat;
 /* background-size: 55px 55px;*/
  overflow: hidden;
}
#option2BtnActive {
  background: url("../images_gl/gold_down.png") no-repeat;
  /*background-size: 55px 55px;*/
  overflow: hidden;
  visibility: hidden;
}
.btn{
  position: absolute;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
#mode1 {
  left: 1340px;
  top: 290px;
}
#mode1Btn {
  background-image: url("../images_gl/mode1_up.png");
  background-repeat: no-repeat;
  overflow: hidden;
  visibility: hidden;

}
#mode1BtnActive {
  background-image: url("../images_gl/mode1_down.png");
  background-repeat: no-repeat;
  overflow: hidden;

}

#mode2 {
  left: 1340px;
  top: 380px;
   
}
#mode2Btn {
  background-image: url("../images_gl/mode2_up.png");
  background-repeat: no-repeat;
  overflow: hidden;
  
}
#mode2BtnActive {
  background-image: url("../images_gl/mode2_down.png");
  background-repeat: no-repeat;
  overflow: hidden;

}
#reset {
  left: 1340px;
  top: 720px;
}
#resetBtn {
  background-image: url("../images_gl/reset_up.png");
  background-repeat: no-repeat;
  overflow: hidden;
}
#resetBtnActive {
  background-image: url("../images_gl/reset_down.png");
  background-repeat: no-repeat;
  overflow: hidden;
  visibility: hidden;
 
}
.noselect, 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;
}