#lightbox	{
		position:absolute;
		z-index:4;
		left:0px;
		top:0px;
		background-color:#000000;
		width:100%;
		height:100%;
		display:none;
        margin:0px auto 0px auto;
		}

#lightboxImageContainer {
        position:absolute;
        display:none;
        z-index:99;
        width:100%;
        top:150px;
        left:0px;
}

#lightboxImage {
        background-color:white;
        margin:auto;
        text-align:center;
        height:200px;
        width:200px;
        background-image: url(../sliderSlideShow/graphics/ajax-loader.gif);
        background-position: center;
        background-repeat: no-repeat;
}

#lightboxImage img {
  margin-top:10px;
}

#caption {
  background-color:white;
  color:black;
  font-size: 12px;
  font-family: Times New Roman;
  font-style: italic;
  text-align:center;
  display:none;
  clear: both;
  margin:auto;
  padding:4px 0px 4px 0px;
}

#closeDiv img {
  float:right;
  margin-right:10px;
  display: none;
  cursor:pointer;
}

