.lightbox-outer {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  min-width: 855px;
  max-width: 855px;
  width: 855px;
  background: #FFFFFF;
  min-height: 800px;
  max-height: 800px;
  height: 800px;
}

.lightbox-top {
  width: 100%;
  padding: 20px 0;
  text-indent: 20px;
  position: relative;
  top: 0;
  background: #e5e4e9; /* old browsers */
  background: -moz-linear-gradient(top, #e5e4e9 0%, #c8c9ce  100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e4e9), color-stop(100%,#c8c9ce )); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e9', endColorstr='#c8c9ce ',GradientType=0 ); /* ie */
  border-bottom: 1px solid #707070;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-shadow: 1px 1px 3px #F5F5F5;
}

.lightbox-container {
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid #C1C1C1;
  background: #FFFFFF;
  z-index: 20;
  position: relative;
}

.lightbox-container p {
  margin-bottom: 20px;
  width: 700px;
}

.lightbox-container .lightbox-header {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
}

.lightbox-container .lightbox-image {
  margin-bottom: 20px;
  
}

.lightbox-container .lightbox-image img{
  max-width: 800px;
}

#fancybox-outer #fancybox-close {
  top: -20px;
  right: -20px;
}
