.lightboxgallery {
  margin:10px 0px 30px 0px;
  width:100%;
}
.lightboxgallery tr td {
  text-align:center;
}
.lightboxgallery tr td a img {
  border:1px solid #3d3d3d;
}
.lightboxgallery p {
font-size:11px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #534d3e; width: 250px; height: 250px; margin: 0 auto; padding: 0px 0px 0px 0px; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { float: right;}

/*

Uncomment these two lines and delete lines 46 and 47 to make the previous and next display on hover.

#prevLink:hover, #prevLink:visited:hover { background: url(http://www.valpo.edu/common/images/lightbox/prevlabel.gif) left 60% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.valpo.edu/common/images/lightbox/nextlabel.gif) right 60% no-repeat; }

*/

#prevLink { background: url(http://www.valpo.edu/common/images/lightbox/prevlabel.gif) left 60% no-repeat; margin-left:-15px; }
#nextLink {  margin-right:-15px; background: url(http://www.valpo.edu/common/images/lightbox/nextlabel.gif) right 60% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #534d3e; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0px 0px 0px 0px; }

#imageData{	padding:0 10px; color: #ffffff; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#imageData p{margin:0px; padding:0; color: #ffffff}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #393327; }

#caption p a {
color:#ffffff;
}
#caption h1,h2,h3,h4,h5,h6 {
color:#ffffff;
}
