﻿/* The item on which the lightbox is created */
.lightboxed {
  cursor: pointer;
}

/* Define lightbox top here */
#ip-lightbox {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}

/* Define background color for the lightbox */
#lightbox-container {
  background-color: #FFFFFF;
  width: 250px;
  height: 360px !important;
  margin: 0 auto;
  position: relative;
}
/* Don't change this, all set by jQuery */
#lightbox-content {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

#lightbox-navigation-next,
#lightbox-navigation-previous {
  position: absolute;  
}

#lightbox-navigation-next img,
#lightbox-navigation-previous img {
  border: none 0 transparent;  
}

#lightbox-description {
/*  
  position: absolute;
  top: 100%;
  left: 0;
*/
  text-align: left;
  font-weight: bold;  
  background-color: #FFFFFF;
  width: 100%;
  color: #000000;
  overflow: hidden;
}

#lightbox-description .lightbox-description-inner {
  margin: 0;
}

#lightbox-header {
  height: 1em;
  font-size: 120%;  
  text-align: left;
}

#lightbox-header .close {
  top: 4px;
  font-weight: bold;
  text-decoration: none;
  /* Default */
  position: absolute;
  right: 5px;
}

/* Specifieke classes */
#ip-lightbox form {
  background-color: #FFFFFF;
  text-align: left;
  font-size: 70%;
}

.dimmed {
  z-index: 99999;  
}
