body {
  background-color: #000;
  margin: 0px;
  padding: 0px;
}

#centerWrapper {
	width: 100%;
	text-align: center;
}

#mainDiv {
  margin: 20px auto;
  width: 900px;
  height: 624px;
  position: relative;
  text-align: left;
}

#footer {
	width: 900px;
	height: 80px;
	text-align: center;
	position: absolute;
	top: 580px;
}

#bigPic {
  width: 678px;
  left: 111px;
  height: 430px;
  position: absolute;
  top: 74px;
  color: #FFF;
  overflow: hidden;
  float: left;
  text-align: center;
  vertical-align: middle;
}

.imgDiv {
	text-align: center;
	width: 678px;
	height: 430px;
	float: left;
	display: inline;
	position: relative;
}

.imprint {
	text-align: left;
	width: 678px;
	height: 430px;
	float: left;
	display: inline;
	position: relative;
  color: #ADAAA5;
  font-family: Verdana;
  font-size: 12px;
}

#scrollBox {
  height: 90px;
  width: 900px;
  bottom: 24px;
  position: absolute;
  overflow: hidden;
  left: 0px;
}

#wrapper {
  height: 65px;
  width: 900px;
  left: 0px;
  position: absolute;
  overflow: hidden;
  text-align: center;
}

.galleryImg {
  cursor: pointer;	
}

#galleryTable {
	display: none;
}

#naviBox {
  width: 405px;
  height: 18px;
  position: absolute;
  bottom: 0px;
  left: 247px;
}

#slideBox {
  position: relative;
  width: 405px;
  height: 18px;
  background-image: url(slidebar.png);
}

#slideBtn {
	position: absolute;
	cursor: pointer;
	text-align: center;
	width: 130px;
	font-size: 10px;
	font-family: Courier;
	padding-top: 3px;
  height: 12px;
  font-weight: bold;
  color: #FFF;
}

#go_left {
  position: absolute;
  left: -20px;
  top: 350px;
  cursor: pointer;
}

#go_right {
  position: absolute;
  right: -20px;
  top: 350px;
  cursor: pointer;
}
