.gallery {
  x-background: #fafaf6;
  x-border: 1px dashed #cccccc;
}


.gallery .imgbox {
	border: 1px solid #CCCCCC; 
	width: 150px; 
	height: 110px; 
	background: #Faf4e6;
	cursor: hand;
	text-align: center;
	vertical-align: center;
}

.gallery .pageindex {
  text-align: center;
  font-family: calibri, tahoma;
}

.gallery .pageindex a {
  font-size: 12pt;
  text-decoration: none;
  color: #7e1e20;
}


#fotobox {
  position: absolute;
  width: 580px;
  height: 440px;
  left: 195px;
  top: 224px;
  background: #Faf4e6;
  border: 1px solid #999999;
  visibility: hidden;

}

#fotobox div { 
  position: relative; 
}

#fotobox .closebutton {
  width: 17px;
  height: 14px;
  position: absolute;
  left: 563px;
  top: 0px;
  background: url(g_x.gif) no-repeat;
  color: #ffffff;
  font: 16px verdana;
  font-weight: bold;
  text-align: center;
}


#fotobox .prevbutton {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 208px;
  background: url(g_left.gif) no-repeat;
  color: #ffffff;
  font: 16px verdana;
  font-weight: bold;
  text-align: center;
}

#fotobox .nextbutton {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 556px;
  top: 208px;
  background: url(g_right.gif) no-repeat;
  color: #ffffff;
  font: 16px verdana;
  font-weight: bold;
  text-align: center;
}

#fotobox #mainimg {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 560px;
  height: 420px;
}

#fotobox .descbox {
  position: absolute;
  left: 0px;
  top: 420px;
  width: 580px;
  height: 20px;
  text-align: left;
}

#fotobox .descbox #description {
  background: #Faf4e6;
  color #000000;
  font-size: 10pt;
  font-weight: bold;
  font-family: calibri,tahoma,arial,helvetica;
}


.global_content_std {

}

.global_content_dim {
filter:alpha(opacity=33);-moz-opacity:.33;opacity:.33;
}








