#photogalery_cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=65);
  -moz-opacity: .6;
  opacity: .6;
  background-color: #000000;
  color: #000000;
}

#photogalery_content {
  position: absolute;
  left: 50%;
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  z-index: 10;
  padding: 5px;
}

#photogalery_content a {
  text-decoration: underline;
  color: #aaaaaa;
  cursor: pointer;
}

#photogalery_content a:hover {
  color: #a51318;
}

#photogalery_content a.photogalery_close {
  display: block;
  font-weight: bold;
  float: right;
  background-color: #a51318;
  color: #ffffff;
  padding: 2px;
  margin: -5px -5px 0 0;
  text-decoration: none;
  _margin-right: -13px;
}

#photogalery_content a.photogalery_close:hover {
  background-color: #ffffff;
  color: #a51318;
}

#photogalery_content img.photogalery_image {
  cursor: pointer;
}

#photogalery_content div.photogalery_name {
  text-align: center;
	font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}

#photogalery_content div.image_description {
  text-align: center;
}

#photogalery_content div.photogalery_navigation {
  margin: 0 0 5px 0;
}

#photogalery_content div.photogalery_navigation div.photogalery_previous {
  float: left;
}

#photogalery_content div.photogalery_navigation div.photogalery_next {
  float: right;
  _margin-right: -7px;
}

#photogalery_content span.photogalery_unavailable_link {
}

#photogalery_content div.photogalery_order_of_photo {
  text-align: center;
  color: #000000;
}

#photogalery_preview {
  position: absolute;
  background-color: transparent;
}