/*
  PHOTO GALLERY
 */

#mw_gallery, #mw_gallery_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  color: #fff;
}

#mw_gallery_overlay {  
  position: absolute;
  background-color: #666;
  opacity: 0.75;
}

#mw_gallery_content_area {
  background-color: #000;
  width: 620px;
  height: 500px;
  position: absolute;
/*  top:0px;
  bottom:0px;
  left: 0px;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
*/
  top: 50%;
  left: 50%;
  margin-top: -310px;
  margin-left: -250px;
  z-index: 1005;
  text-align: center;
}

#mw_gallery_content_area.small {
  width: 350px;
  height: 350px;
}

#mw_gallery_image_space {
  width: 600px;
  text-align: center;
  height: 400px;
  min-height: 400px;
  max-height: auto;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #111;
}

.small #mw_gallery_image_space {
  height: 300px;
  z-index: 1008;
}

#mw_gallery .mw_gallery_button {
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
  z-index: 2000;
  background-color: #000;
}

#mw_gallery .mw_gallery_button:hover {
  color: #fff;
}

#mw_gallery .mw_gallery_prev {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  padding: 10px;
}

#mw_gallery .mw_gallery_next {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  padding: 10px;
}

#mw_gallery .mw_gallery_close {
  position: absolute;
  display: block;
  right: 0px;
  top: 430px;
  padding: 10px;
  font-weight: normal;
}

#mw_gallery #mw_gallery_caption {
  position: absolute;
  width: 565px;
  height: 60px;
  overflow: auto;
  top: 420px;
  left: 10px;
  text-align: left;
  padding-bottom: 10px;
}

#mw_gallery_image_overlay {
  display: hidden;
}

#mw_gallery_image {
  display: block;
  position: absolute;
  left:0px;
  bottom: 0px;
  right: 0px;
}

#mw_gallery a {
  color: #fff;
}

#mw_gallery_nav {
  bottom: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
}
