#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#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: transparent url(lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

<!--
     BODY {
	cursor:url("mbcom.cur"); COLOR: #282F0C; FONT: 11px geneva, verdana, arial, sans-serif
}
TD {
	COLOR: #282F0C; FONT: 11px geneva, verdana, arial, sans-serif
}
TH {
	COLOR: #282F0C; FONT: 11px geneva, verdana, arial, sans-serif
}
.BOD {
	COLOR: #282F0C; FONT: 11px geneva, verdana, arial, sans-serif
}
FONT {
	COLOR: #092351; FONT: 11px geneva, verdana, arial, sans-serif
}
A:link {
	COLOR: #626262; FONT: 11px geneva, verdana, arial, sans-serif; TEXT-DECORATION: none
}
A:visited {
	COLOR: #626262; FONT: 11px geneva, verdana, arial, sans-serif; TEXT-DECORATION: none
}
A:active {
	COLOR: #ffffff; FONT: 11px geneva, verdana, arial, sans-serif; TEXT-DECORATION: none
}
A:hover {
	COLOR: #4f5a6c; FONT: 11px geneva, verdana, arial, sans-serif; TEXT-DECORATION: none
}
SELECT {
	COLOR: #000000; FONT: bold 11px geneva, verdana, arial, sans-serif
}
INPUT {
	COLOR: #000000; FONT: bold 11px geneva, verdana, arial, sans-serif
}
TEXTAREA {
	COLOR: #000000; FONT: bold 11px geneva, verdana, arial, sans-serif
}
A.small:link {
	COLOR: #990000; FONT: bold 11px geneva, verdana, arial, sans-serif; TEXT-DECORATION: none
}
A.small:visited {
	COLOR: #282F0C; FONT: bold 11px geneva, verdana, arial, sans-serif; TEXT-DECORATION: none
}
A.small:active {
	COLOR: #282F0C; FONT: bold 11px geneva, verdana, arial, sans-serif; TEXT-DECORATION: none
}
A.small:hover {
	COLOR: #FF9900; FONT: bold 11px geneva, verdana, arial, sans-serif; TEXT-DECORATION: none
}
A.newsarc:link {
	COLOR: #4e4e4e; FONT: bold 11px geneva, verdana, arial, sans-serif; TEXT-DECORATION: none
}
A.newsarc:visited {
	COLOR: #4e4e4e; FONT: bold 11px geneva, verdana, arial, sans-serif; TEXT-DECORATION: none
}
A.newsarc:active {
	COLOR: #4e4e4e; FONT: bold 11px geneva, verdana, arial, sans-serif; TEXT-DECORATION: none
}
A.newsarc:hover {
	COLOR: #262626; FONT: bold 11px geneva, verdana, arial, sans-serif; TEXT-DECORATION: none
}
.message-centre {
	BACKGROUND: back.gif; BORDER-BOTTOM-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; FONT: 11pt geneva, verdana, arial, sans-serif; WIDTH: 100%
}
.message-centre .border2 {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP: 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
TD.message-centre {
	BORDER-BOTTOM: 1px; BORDER-LEFT: 1px; BORDER-RIGHT: 1px; BORDER-TOP: 1px; FONT: 11pt geneva, verdana, arial, sans-serif; PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; PADDING-TOP: 3px
}
.message-centre .pn-title {
	COLOR: #ffffff; FONT: bold 9pt geneva, verdana, arial, sans-serif
}
// td { background-color: #3f4 
}
// td:hover { background-color: #f34 
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 140;
left: 40px; /*position where enlarged image should offset horizontally */
z-index: 40;
}

</style>

-->