

div.GALLERY_BOX {
    position: absolute;
    padding: 0;
    height: 77px;
    width: 248px;
    z-index: 1;
}

div.GALLERY_BOX_DISPLAY {
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 248px;
    height: 77px;
    z-index: 1;
    top: 0;
}

div.GALLERY_NAVIGATION_LIST {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
    top: 0;
    z-index: 2;
}

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: -12px;
  left: 0;
  width: 22px;
  height: 101px;
  background-image: url(../grafik/gal_nav_left.png);
  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: -12px;
  left: 226px;
  width: 22px;
  height: 101px;
  background-image: url(../grafik/gal_nav_right.png);
  background-repeat: no-repeat;
  outline: none;
}

div.GALLERY_ITEM_LIST {
    position: absolute;
    z-index: 1;
}

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;
  padding-right: 9px;
  outline: none;
}

img.GALLERY_LIST_ITEM {
    position: relative;
    display: block;
    border: 1px solid #ffffff;
    width: 75px;
    height: 75px;
}

/* DETAIL */

div.GALLERY_DETAIL {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  position: absolute;
  width: 100%;
  height: 100%;
}

div.GALLERY_DETAIL_CURTAIN {
  position: absolute;
  background-color: #0B539F;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

div.GALLERY_DETAIL_DISPLAY {
  position: relative;
  margin:  20px  50px  50px  100px;
  padding: 20px;
  background-color: #ffffff;
  overflow: hidden;
}

div.GALLERY_DETAIL_DISPLAY_INNER {
  position: relative;
}

div.GALLERY_DETAIL_DISPLAY_IMG_CONTAINER {
  position: relative;
  overflow: hidden;
  text-align: center; 
}

img.GALLERY_DETAIL_DISPLAY_IMG {
  position: relative;
  margin: 0 auto 0 auto;
  border: 0;
  padding: 0;
  z-index: 1;
}

img.GALLERY_DETAIL_DISPLAY_IMG_CLONE {
  position: absolute;
  margin: 0 auto 0 auto;
  border: 0;
  padding: 0;
  z-index: 4;
  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;
  margin: 0;
  padding: 0;
  z-index: 2;
  background-image: url(../grafik/trans.gif);
  outline: none;
}

a.GALLERY_DETAIL_BACKWARD:hover {
  background-image: url(../grafik/prevlabel.gif);
  background-repeat: no-repeat;
  background-position: left 20px;
}

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;
  margin: 0;
  padding: 0;
  z-index: 3;
  background-image: url(../grafik/trans.gif);
  outline: none;
}

a.GALLERY_DETAIL_FORWARD:hover {
  background-image: url(../grafik/nextlabel.gif);
  background-repeat: no-repeat;
  background-position: right 20px;
}

div.GALLERY_DETAIL_INFO {
  margin: 10px 0 0 0;
  height: 40px;
}

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(../grafik/close.gif);
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  outline: none;
}

/* TYPE 4*/

div.GALLERY_TYPE_4 div.GALLERY_BOX {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
    height: auto;
    margin: 0;
    padding: 0;
}

div.GALLERY_TYPE_4 div.GALLERY_BOX_DISPLAY {
    position: relative;
    overflow: show;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
}

div.GALLERY_TYPE_4 div.GALLERY_NAVIGATION_LIST {
    display: none;
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
    top: 0;
    z-index: 2;
}

div.GALLERY_TYPE_4 a.GALLERY_NAVIGATION_BACKBUTTON,
div.GALLERY_TYPE_4 a.GALLERY_NAVIGATION_BACKBUTTON:link,
div.GALLERY_TYPE_4 a.GALLERY_NAVIGATION_BACKBUTTON:visited,
div.GALLERY_TYPE_4 a.GALLERY_NAVIGATION_BACKBUTTON:focus,
div.GALLERY_TYPE_4 a.GALLERY_NAVIGATION_BACKBUTTON:hover,
div.GALLERY_TYPE_4 a.GALLERY_NAVIGATION_BACKBUTTON:active {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background-color: #000000;
  outline: none;
  display: none;
}

div.GALLERY_TYPE_4 a.GALLERY_NAVIGATION_FORWARDBUTTON,
div.GALLERY_TYPE_4 a.GALLERY_NAVIGATION_FORWARDBUTTON:link,
div.GALLERY_TYPE_4 a.GALLERY_NAVIGATION_FORWARDBUTTON:visited,
div.GALLERY_TYPE_4 a.GALLERY_NAVIGATION_FORWARDBUTTON:focus,
div.GALLERY_TYPE_4 a.GALLERY_NAVIGATION_FORWARDBUTTON:hover,
div.GALLERY_TYPE_4 a.GALLERY_NAVIGATION_FORWARDBUTTON:active {
  position: absolute;
  left: 0%;
  height: 0;
  width: 0;
  background-color: #000000;
  outline: none;
  display: none;
}

div.GALLERY_TYPE_4 div.GALLERY_ITEM_LIST {
    position: relative;
    width: auto;
    height: auto;
    z-index: 1;
}

div.GALLERY_TYPE_4 a.GALLERY_LIST_ITEM,
div.GALLERY_TYPE_4 a.GALLERY_LIST_ITEM:link,
div.GALLERY_TYPE_4 a.GALLERY_LIST_ITEM:visited,
div.GALLERY_TYPE_4 a.GALLERY_LIST_ITEM:focus,
div.GALLERY_TYPE_4 a.GALLERY_LIST_ITEM:hover,
div.GALLERY_TYPE_4 a.GALLERY_LIST_ITEM:active {
  position: static;
  width: auto;
  float: left;
  outline: none;
  z-index: 1;
  margin: 0 10px 11px 0;
  padding: 0;
}

div.GALLERY_TYPE_4 img.GALLERY_LIST_ITEM {
  position: static;
  width: 75px;
  height: auto;
  margin: 0;
  padding: 0;
}
