#lbOverlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }
	#lbOverlay { background-color: #000000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterImageContainer { position: relative; background-color: #000000; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterImageContainer { border: 10px solid #FFFFFF; }

#lbImageDataContainer {	font: 14px Verdana, Helvetica, sans-serif; background-color: #FFFFFF; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbImageDataContainer { border: 10px solid #FFFFFF; border-top: none; }

#lbImageContainer { padding: 1px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 50px; width: 100%; text-align: center; line-height: 0; background: url(images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrevLink { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrevLink:hover, #lbPrevLink:visited:hover { background: url(images/prevlabel.gif) left 50% no-repeat; }

#lbNextLink { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNextLink:hover, #lbNextLink:visited:hover { background: url(images/nextlabel.gif) right 50% no-repeat; }

#lbImageData { padding: 10px; }
	#lbImageData { color: #333333; }

#lbImageDetails { width: 70%; float: left; text-align: left; line-height: 15px }
#lbCaption { font-size: 14px; line-height: 24px; }
#lbNumberDisplay { display: block; clear: left; padding-bottom: 1.0em; padding-top: 1.0em; font-size: 10px; letter-spacing: 1px; color: #000000 }

#lbBottomNavClose { width: 22px; height: 22px; float: right; margin-bottom: 1px; }
	#lbBottomNavClose { background: url(images/closelabel.gif) no-repeat; }

#lbBottomNavPlay { width: 22px; height: 22px; float: right;  padding-right: 0em; margin-bottom: 1px; }
	#lbBottomNavPlay { background: url(images/playlabel.gif) no-repeat; }
	
#lbBottomNavPause { width: 22px; height: 22px; float: right; padding-right: 0em; margin-bottom: 1px; }
	#lbBottomNavPause { background: url(images/pauselabel.gif) no-repeat; }
