


  
  
    /*::::: 'SimpleModalGallery' SETTINGS :::::*/
#simplemodalGallery * {
  padding:0px;
  margin:0px;  
}

#simplemodalGallery {
  position:absolute;
  overflow:hidden;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  padding:0px;
  margin:0px;
}

#simplemodalGallery .captionLine {
  position:absolute;
  overflow:auto;
  width:100%;
  height:30px;
  left:0px;
  text-align:center;
  z-index:99;
  color:#333;
  background-color:#fff;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;  
}

#simplemodalGallery .eventsLine{
  position:absolute;
  height:20px;
  left:5%;
  overflow:hidden;
  width:90%;
  z-index:100;
  color:#333;
}

#simplemodalGallery .back, #simplemodalGallery .back a, #simplemodalGallery .next, #simplemodalGallery .next a {
  outline: none;
  position:absolute;
  height: 20px;
  width: 21px;
  overflow:hidden;
}

#simplemodalGallery .back {
	left:0px;
  height: 40px;
  background: url(../../img/allgemein/prev_tt.gif) 0 0 no-repeat;
}

#simplemodalGallery .next {
  right:0px;
  height: 40px;
  background: url(../../img/allgemein/next_tt.gif) 0 0 no-repeat;
}

#simplemodalGallery a {
  text-decoration: none;
  outline: none;
}
#simplemodalGallery a:link {
  color: #333;
}
#simplemodalGallery a:visited {
  color: #333;
}
#simplemodalGallery a:hover {
  color: #e2001a;
}
#simplemodalGallery a:active {
  color: #e2001a;
}
#simplemodalGallery a:focus {
  color: #e2001a;
}

#simplemodalGallery div {
  width: 100%;
  margin: 0;
  padding: 0;
}

#simplemodalGallery h2 {
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 0;
}

#simplemodalGallery p {
  margin: 5px  0;
  padding: 0;
}


/*::::: 'gallery_in' - Variante 1 :::::*/
.gallery_in {
  float: left;
  padding: 0;
  margin: 0;
  width: 930px;
  height: 100% !important;
  padding: 5px;
  text-align: center;
}

.gallery_in img {
  margin: 0;
  padding: 5px;
  height: 82px;
  width: 150px;
  border: none;
}

.gallery_in ul,
.gallery_in li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gallery_in ul {
  float: left;
  padding: 0;
  margin: 0 !important;
  text-align: center;
}

.gallery_in li {
  float: left;
  height: 100px;
  width: 160px;
  margin: 0px;
}

.gallery_in li a {
  float: left;
  height: 86px;
  width: 154px;
  text-decoration: none
}

.gallery_in li a:hover {
  float: left;
  height: 86px;
  width: 154px;
}

.gallery_in li a:active,
.gallery_in li a:focus {
  outline: none;
}

.gallery_intro_item {
  display: none;
  color: #000;
  visibility: hidden;
  display: block;
  z-index: 1009;
  cursor: text;
  text-align: center
}

/*::::: 'galleryi_in' - Variante 2 :::::*/
.galleryi_in {
  float: left;
  padding: 0;
  margin: 0;
  width: 930px;
  height: 100% !important;
  padding: 5px;
  text-align: center;
}

.galleryi_in img {
  margin: 0;
  padding: 5px;
  height: 82px;
  width: 150px;
  border: none;
}

.galleryi_in ul,
.galleryi_in li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.galleryi_in ul {
  float: left;
  padding: 0;
  margin: 0 !important;
  text-align: center;
}

.galleryi_in li {
  float: left;
  height: 100px;
  width: 160px;
  margin: 0px;
}

.galleryi_in li a {
  float: left;
  height: 86px;
  width: 154px;
  text-decoration: none
}

.galleryi_in li a:hover {
  float: left;
  height: 86px;
  width: 154px;
}

.galleryi_in li a:active,
.galleryi_in li a:focus {
  outline: none;
}

.galleryi_intro_item {
  display: none;
  color: #000;
  visibility: hidden;
  display: block;
  z-index: 1009;
  cursor: text;
  text-align: center
}
  

