div.bildergalerie-typ-1 {
  width: 360px;
  height: 139px;
  margin: 0 0 0 32px;
  padding: 0;
}

div.GALLERY_BOX {
  position: absolute;
  top: 326px;
  left: 603px;
  background-color: transparent;
  padding: 0 18px 0 18px;
  height: 105px;
  width: 357px;
  z-index: 100;
  /*background-image: url(/kiosk/grafik/bg_gallery.gif);*/
  background-repeat: repeat-x;
}

div.GALLERY_BOX_DISPLAY {
  position: absolute;
  overflow: hidden;
  left: 18px;
  width: 357px;
  height: 105px;
  z-index: 100;
}

div.GALLERY_NAVIGATION_LIST {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  z-index: 200;
}

a.GALLERY_NAVIGATION_BACKBUTTON,
a.GALLERY_NAVIGATION_BACKBUTTON:link,
a.GALLERY_NAVIGATION_BACKBUTTON:visited,
a.GALLERY_NAVIGATION_BACKBUTTON:focus,
a.GALLERY_NAVIGATION_BACKBUTTON:hover,
a.GALLERY_NAVIGATION_BACKBUTTON:active {
  position: absolute;
  top: 37px;
  left: 0;
  height: 30px;
  width: 18px;
  background-image: url(/kiosk/grafik/prevlabel.gif);
  background-repeat: no-repeat;
  outline: none;
}

a.GALLERY_NAVIGATION_FORWARDBUTTON,
a.GALLERY_NAVIGATION_FORWARDBUTTON:link,
a.GALLERY_NAVIGATION_FORWARDBUTTON:visited,
a.GALLERY_NAVIGATION_FORWARDBUTTON:focus,
a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  position: absolute;
  top: 37px;
  left: 375px;
  height: 30px;
  width: 18px;
  background-image: url(/kiosk/grafik/nextlabel.gif);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_ITEM_LIST {
    position: absolute;
    z-index: 100;
}

a.GALLERY_LIST_ITEM,
a.GALLERY_LIST_ITEM:link,
a.GALLERY_LIST_ITEM:visited,
a.GALLERY_LIST_ITEM:focus,
a.GALLERY_LIST_ITEM:hover,
a.GALLERY_LIST_ITEM:active {
  position: absolute;
  display: block;
  outline: none;
}

img.GALLERY_LIST_ITEM {
  position: relative;
  width: 105px;
  height: 105px;
  margin-right: 21px;
}

/* DETAIL */

div.GALLERY_DETAIL {
  position: absolute;
  display: block;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500000;
}

div.GALLERY_DETAIL_CURTAIN {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.7;
  z-index: 500000;
}

div.GALLERY_DETAIL_DISPLAY {
  position: relative;
  margin:  50px  auto  0  auto;
  padding: 20px;
  background-color: #ffffff;
}

div.GALLERY_DETAIL_DISPLAY_INNER {
  position: relative;
}

a.GALLERY_BOX_DISPLAY_BUTTON,
a.GALLERY_BOX_DISPLAY_BUTTON:link,
a.GALLERY_BOX_DISPLAY_BUTTON:visited,
a.GALLERY_BOX_DISPLAY_BUTTON:focus,
a.GALLERY_BOX_DISPLAY_BUTTON:hover,
a.GALLERY_BOX_DISPLAY_BUTTON:active {
  position: absolute;
  display: block;
  width: 100%;
  height: 24px;
  top: -44px;
  left: 0;
  background-image: url(/kiosk/grafik/merkliste_label.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

div.GALLERY_DETAIL_DISPLAY_IMG_CONTAINER {
  position: relative;
  text-align: center; 
}

img.GALLERY_DETAIL_DISPLAY_IMG {
  position: relative;
  margin: 0 auto 0 auto;
  border: 0;
  padding: 0;
  z-index: 100;
}

img.GALLERY_DETAIL_DISPLAY_IMG_CLONE {
  position: absolute;
  margin: 0 auto 0 auto;
  border: 0;
  padding: 0;
  z-index: 400000;
  opacity: 0;
}

a.GALLERY_DETAIL_BACKWARD,
a.GALLERY_DETAIL_BACKWARD:link,
a.GALLERY_DETAIL_BACKWARD:visited,
a.GALLERY_DETAIL_BACKWARD:focus,
a.GALLERY_DETAIL_BACKWARD:hover,
a.GALLERY_DETAIL_BACKWARD:active {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 0 0 -39px;
  padding: 0;
  z-index: 200;
  outline: none;
  background-image: url(/kiosk/grafik/prevlabel.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

a.GALLERY_DETAIL_FORWARD,
a.GALLERY_DETAIL_FORWARD:link,
a.GALLERY_DETAIL_FORWARD:visited,
a.GALLERY_DETAIL_FORWARD:focus,
a.GALLERY_DETAIL_FORWARD:hover,
a.GALLERY_DETAIL_FORWARD:active {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0 40px 0 0;
  z-index: 200;
  background-image: url(/kiosk/grafik/nextlabel.gif);
  background-repeat: no-repeat;
  background-position: right center;
  outline: none;
}

div.GALLERY_DETAIL_INFO {
  position: relative;
  margin: 10px 0 0 0;
  height: auto;
}

h3.GALLERY_DETAIL_INFO_TITLE {
  margin: 0;
  font-size: 0.9em;
  font-weight: bold;
}

h4.GALLERY_DETAIL_INFO_NUMBER {
  font-weight: normal;
  margin: 0;
  font-size: 0.9em;
}

p.GALLERY_DETAIL_INFO_TEXT {
  font-size: 0.8em;
  margin: 0;
}

a.GALLERY_DETAIL_CLOSE,
a.GALLERY_DETAIL_CLOSE:link,
a.GALLERY_DETAIL_CLOSE:visited,
a.GALLERY_DETAIL_CLOSE:focus,
a.GALLERY_DETAIL_CLOSE:hover,
a.GALLERY_DETAIL_CLOSE:active {
  float: right;
  display: block;
  background-image: url(/kiosk/grafik/closelabel.gif);
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  outline: none;
}

/* TYPE 2*/

div.GALLERY_TYPE_2 div.GALLERY_BOX {
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 204px;
  height: 138px;
  z-index: 100;
  background-color: transparent;
  background-image: none;
}

div.GALLERY_TYPE_2 div.GALLERY_BOX_DISPLAY {
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 204px;
  height: 138px;
  z-index: 100;
}

div.GALLERY_TYPE_2 div.GALLERY_NAVIGATION_LIST {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 200;
}

div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON:link,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON:visited,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON:focus,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_BACKBUTTON:active {
  position: absolute;
  top: 35px;
  left: 0;
  width: 36px;
  height: 67px;
  background-image: url(/frontend/resource/grafik/eyecatcher_flow_back.png);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON:link,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON:visited,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON:focus,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_2 a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  position: absolute;
  top: 35px;
  left: 170px;
  width: 36px;
  height: 67px;
  background-image: url(/frontend/resource/grafik/eyecatcher_flow_forw.png);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_TYPE_2 div.GALLERY_ITEM_LIST {
    position: absolute;
    z-index: 100;
}

div.GALLERY_TYPE_2 div.GALLERY_LIST_ITEM {
  position: absolute;
  width: 204px;
  height: 138px;
}

div.GALLERY_TYPE_2 a.GALLERY_LIST_ITEM,
div.GALLERY_TYPE_2 a.GALLERY_LIST_ITEM:link,
div.GALLERY_TYPE_2 a.GALLERY_LIST_ITEM:visited,
div.GALLERY_TYPE_2 a.GALLERY_LIST_ITEM:focus,
div.GALLERY_TYPE_2 a.GALLERY_LIST_ITEM:hover,
div.GALLERY_TYPE_2 a.GALLERY_LIST_ITEM:active {
  outline: none;
  z-index: 1;
}

div.GALLERY_TYPE_2 img.GALLERY_LIST_ITEM {
  position: relative;
  float: left;
  width: 204px;
  height: auto;
  margin: auto 0 auto 0;
}

div.GALLERY_TYPE_2 div.GALLERY_LIST_ITEM_TEXT {
  position: relative;
  float: right;
  width: 252px;
  height: 163px;
  margin: 0 0 9px 0;
  padding: 0;
  color: #FFFFFF;
  background-color: #57544D;
  z-index: 2;
}

div.GALLERY_TYPE_2 div.GALLERY_LIST_ITEM_TEXT div.GALLERY_LIST_ITEM_TEXT {
  margin: 3px 0 0 0;
  padding: 0 4px 0 0;
  width: 239px;
  /*height: 126px;*/
  height: auto;
  font-size: .9em;
}

div.GALLERY_TYPE_2 h5.GALLERY_LIST_ITEM_TEXT {
  font-size: 1.65em;
  font-weight: bold;
  margin: 0;
  padding: 5px 0 0 8px;
  color: #C2C1BC;
}

div.GALLERY_TYPE_2 p.GALLERY_LIST_ITEM_TEXT {
  font-size: .9em;
  margin: 0;
  padding: 0px 0 0 9px;
}

/* TYPE 3*/

div.bildergalerie-typ-3 {
  width: 360px;
  height: 395px;
  margin: 0 0 0 32px;
  padding: 0;
}

div.GALLERY_TYPE_3 div.GALLERY_BOX {
  position: absolute;
  top: 326px;
  left: 603px;
  background-color: transparent;
  padding: 0 18px 0 18px;
  height: 346px;
  width: 357px;
  z-index: 100;
  background-image: none;
}

div.GALLERY_TYPE_3 div.GALLERY_BOX_DISPLAY {
  position: absolute;
  overflow: hidden;
  left: 18px;
  width: 357px;
  height: 346px;
  z-index: 100;
}

div.GALLERY_TYPE_3 div.GALLERY_NAVIGATION_LIST {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  z-index: 200;
}

div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_BACKBUTTON,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_BACKBUTTON:link,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_BACKBUTTON:visited,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_BACKBUTTON:focus,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_BACKBUTTON:active {
  position: absolute;
  top: -18px;
  left: 182px;
  width: 30px;
  height: 18px;
  background-image: url(/kiosk/grafik/gallery_goup.gif);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_FORWARDBUTTON,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_FORWARDBUTTON:link,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_FORWARDBUTTON:visited,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_FORWARDBUTTON:focus,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_3 a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  position: absolute;
  top: 343px;
  left: 182px;
  width: 30px;
  height: 18px;
  background-image: url(/kiosk/grafik/gallery_godown.gif);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_TYPE_3 div.GALLERY_ITEM_LIST {
    position: absolute;
    z-index: 100;
    width: 390px;
}

div.GALLERY_TYPE_3 a.GALLERY_LIST_ITEM,
div.GALLERY_TYPE_3 a.GALLERY_LIST_ITEM:link,
div.GALLERY_TYPE_3 a.GALLERY_LIST_ITEM:visited,
div.GALLERY_TYPE_3 a.GALLERY_LIST_ITEM:focus,
div.GALLERY_TYPE_3 a.GALLERY_LIST_ITEM:hover,
div.GALLERY_TYPE_3 a.GALLERY_LIST_ITEM:active {
  position: static;
  width: 105px;
  float: left;
  outline: none;
  z-index: 100;
  padding: 0 21px 14px 0;
}

div.GALLERY_TYPE_3 img.GALLERY_LIST_ITEM {
  position: relative;
  float: left;
  width: 105px;
  height: 105px;
}

