#widget-layerimages {
  position: absolute;
  width: 1024px;
  height: 768px;
}

#widget-layerimages #dragAreaBox {
  position: absolute;
  left: 55px;
  top: 111px;
  height: 455px;
  width: 910px;
  background-color: #005500;
}

#widget-layerimages #imageContainer {
  position: absolute;
  left: 55px;
  top: 111px;
  height: 455px;
  width: 910px;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
  border: 5px solid #fff;
}

#widget-layerimages #imageContainer #dragGroup {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 0px;
}

#widget-layerimages #imageContainer #layerImgs {
  position: absolute;
  height: 455px;
  width: 910px;
}

#widget-layerimages #imageContainer #imageGroup {
  position: absolute;
  height: 455px;
  width: 910px;
  background-color: #fff;
}

#widget-layerimages #imageContainer #backgroundImage {
  position: absolute;
  border: 6px solid #fff;
  z-index: 5;
}
#widget-layerimages #imageContainer #credits {
  position: absolute;
  color: #fff;
  text-shadow: #000 0 0 0.3em;
  background-color: rgba(0, 0, 0, 0.2);
  font: 13px "Verdana", Helvetica, Arial, sans-serif;
  bottom: 0px;
  right: 0px;
  margin-right: 5px;
  height: auto;
  max-width: 430px;
  padding: 5px;
  line-height: 14px;
  z-index: 10;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#widget-layerimages #icon {
  position: absolute;
  background: url("../../../imgs/2/base/icon_intro.png") no-repeat;
  left: 66px;
  top: 121px;
  width: 36px;
  height: 37px;
  z-index: 10;
  cursor: pointer;
}

#widget-layerimages #layerContainer {
  position: absolute;
  z-index: 6;
}

#widget-layerimages #layerContainer img {
  position: absolute;
  width: 910px;
  height: 455px;
  image-rendering: optimizeSpeed;            
  image-rendering: -moz-crisp-edges;         
  image-rendering: -o-crisp-edges;           
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: optimize-contrast;       
  -ms-interpolation-mode: nearest-neighbor;   
  /*display: none;*/
}

#widget-layerimages #explainingContainer {
  position: absolute;
  left: 61px;
  top: 153px;
  /*width: 872px;
  height: 412px;*/
  /*
  left: 61px;
  top: 376px;
  width: 310px;
  height: 185px;
  */
  overflow: hidden;
  z-index: 8;
}
#widget-layerimages #explainingContainer #explainingBox {
  position: absolute;
  width: 253px;
  height: 182px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  -ms-border-radius: 18px;
  background: #fff;
  left: 0px;
  padding-top: 43px;
  padding-left: 16px;
  opacity: .9;
}
#widget-layerimages #explainingContainer #explainingBox #linkClose {
  background: url("../../../imgs/2/base/icon_box_close.png") center center no-repeat;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 23px;
  height: 23px;
}

#widget-layerimages #explainingContainer #explainingBox #linkDrag {
  background: url("../../../imgs/2/base/icon_box_move.png") center center no-repeat;
  position: absolute;
  top: 10px;
  right: 45px;
  width: 23px;
  height: 23px;
}

#widget-layerimages #explainingContainer #explainingBox #explainingContent {
  float: right;
  width: 200px;
  height: 151px;
  color: #3e424a;
  font-family: "VAGRoundedLight";
  font-size: 16px;
  line-height: 22px;
  margin-top: 6px;
  margin-right: 10px;
}
#widget-layerimages #captionContainer {
  background: url("../../../imgs/2/widget_layerimages/legend_container.png") top left no-repeat;
  position: absolute;
  width: 927px;
  height: 142px;
  left: 53px;
  top: 530px;
  z-index: 1;
  padding-top: 59px;
  padding-left: 18px;
}
#widget-layerimages #captionContainer li {
  position: relative;
  display: block;
  width: 228px;
  height: 53px;
  float: left;
}
#widget-layerimages #captionContainer li a {
  position: absolute;
  color: #734267;
  font-family: "VAGRoundedBold";
  font-size: 17px;
  font-weight: normal;
  left: 35px;
  top: 8px;
  width: 185px;
  text-decoration: underline; 
}
#widget-layerimages #captionContainer li .checkCaption {
  display: none;
}
#widget-layerimages #captionContainer li .checkCaption + label {
  position: relative;
  display: block;
  width: 31px;
  height: 31px;
  cursor: pointer;
  background: url("../../../imgs/2/widget_layerimages/legend_caption.png") top left no-repeat;
}

#widget-layerimages #captionContainer li .checkCaption + label img {
  display: none;
}

#widget-layerimages #captionContainer li .checkCaption + label .bullet_icon {
  display: none;
}

#widget-layerimages #captionContainer li .checkCaption:checked + label .bullet_icon {
  background: url("../../../imgs/2/widget_layerimages/bullet.png") center center no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  padding: 3px;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -o-border-radius: 90px;
  -ms-border-radius: 90px;

  -webkit-interpolation-mode:bicubic;
  -moz-interpolation-mode:bicubic;
  -o-interpolation-mode:bicubic;
  -ms-interpolation-mode:bicubic;
}


#widget-layerimages #captionContainer li .checkCaption:checked + label > img {
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -o-border-radius: 90px;
  -ms-border-radius: 90px;

  -webkit-interpolation-mode:bicubic;
  -moz-interpolation-mode:bicubic;
  -o-interpolation-mode:bicubic;
  -ms-interpolation-mode:bicubic;
}
#widget-layerimages #introContainer {
  position: absolute;
  left: 195px;
  top: 195px;
  width: 651px;
  height: 311px;
  z-index: 70;
}
#widget-layerimages #introContainer #introBox {
  position: absolute;
  width: 651px;
  height: 311px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  -ms-border-radius: 18px;
  background: #fff;
  opacity: .9;
  text-align: center;
  -webkit-box-shadow: 2px 2px 27px 5px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 2px 2px 27px 5px rgba(0, 0, 0, 0.46);
  -ms-box-shadow: 2px 2px 27px 5px rgba(0, 0, 0, 0.46);
  -o-box-shadow: 2px 2px 27px 5px rgba(0, 0, 0, 0.46);
  box-shadow: 2px 2px 27px 5px rgba(0, 0, 0, 0.46);
}
#widget-layerimages #introContainer #introBox #introClose {
  position: absolute;
  background: url("../../../imgs/2/base/icon_alert_close.png") top left no-repeat;
  width: 21px;
  height: 26px;
  top: 15px;
  right: 15px;
}

#widget-layerimages #introContainer #introBox #introContent {
  width: 541px;
  color: #3e424a;
  font-family: "VAGRoundedLight";
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: left;
}

#widget-layerimages #introContent {
  width: 541px;
  height: 230px;
  color: #3e424a;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: left;
  overflow: hidden;
}

#widget-layerimages .controller {
  position: relative;
  width: 90px;
  height: 44px;
  top: 118px;
  left: 416px;
  margin:0 auto;
  /* background: url("../../imgs/widget_image360/line_box.png") repeat-x center center; */
  z-index: 50;
}

#widget-layerimages .buttonMin {
  float: left;
  position: relative;
  width: 39px;
  height: 44px;
  background: url("../../../imgs/2/widget_layerimages/icon_zoom_out.png") center center no-repeat;
  cursor: pointer;
  margin-right: 5px;
}

#widget-layerimages .buttonMax {
  float: left;
  position: relative;
  width: 39px;
  height: 44px;
  background: url("../../../imgs/2/widget_layerimages/icon_zoom_in.png") center center no-repeat;
  cursor: pointer;
}

#widget-layerimages #explainingBoxMedia {
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
#widget-layerimages .pointImage {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 6px solid #fff;
  margin-right: 20px;
  cursor: pointer;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
#widget-layerimages .pointImage a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
#widget-layerimages .pointImage .pointThumbnail {
  height: 150px;
  position: relative;
  margin: 0 auto;
  margin-right: 20px;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -ms-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: nearest-neighbor;
}
#widget-layerimages .pointImage .mediaIcon {
  position: absolute;
}
#widget-layerimages .pointImage .mediaIcon.img {
  background: url("../../../imgs/2/base/icon_zoom.png") top left no-repeat;
  width: 27px;
  height: 26px;
  top: 120px;
  left: 120px;
}
#widget-layerimages .pointImage .mediaIcon.mov {
  background: url("../../../imgs/2/base/icon_video.png") top left no-repeat;
  width: 68px;
  height: 67px;
  top: 43px;
  left: 41px;
}