#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99997; width: 100%; height: 500px; background-color: #000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99998; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #FEF5ED; width: 200px; height: 200px; margin: 0 auto; border: 2px solid #ff6600; border-bottom: none;}

#lbCommentContainer { position: relative; background-color: #FF6600; width: 100%; margin: 0 auto; border: 2px solid #ff6600; border-top: none; }
#lbComment { padding: 6px; background-color: #FEF5ED; display: block; line-height: 1.4em; text-align: left; font-family: Arial, Verdana, Sans-Serif; font-size: 12px; }

#lbImageContainer { padding: 3px; padding-bottom: 0px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/loading.gif) center no-repeat;
}

#lbCaption { position: relative; display: block; height: 20px; width: 100px; margin: 0 auto; margin-bottom: 4px; background-color: #ff6600; }

#lbCaptionLeft { position: relative; float: left; }
	#lbNumberDisplay { position: absolute; top: 0; left: 0; line-height:19px; padding-left: 2px; color: #FEF5ED; font-family: Verdana; font-size: 17px; font-weight: bold; }

#lbCaptionCenter  { position: relative; height: 0px; width: 0px; display: inline; text-align: center; }
#lbCaptionCenter2 { position: absolute; top: 0; left: -50px; width: 100px; height: 20px; }
	#lbFirst      { position: absolute; top: 0px; left:  0px; width: 20px; height: 20px; background: url(images/slideshow_first.jpg) no-repeat;}
	#lbPrevious   { position: absolute; top: 0px; left: 20px; width: 20px; height: 20px; background: url(images/slideshow_previous.jpg) no-repeat;}
	#lbPlayPause  { position: absolute; top: 0px; left: 40px; width: 20px; height: 20px; background: url(images/slideshow_play.jpg) no-repeat;}
	#lbNext       { position: absolute; top: 0px; left: 60px; width: 20px; height: 20px; background: url(images/slideshow_next.jpg) no-repeat;}
	#lbLast       { position: absolute; top: 0px; left: 80px; width: 20px; height: 20px; background: url(images/slideshow_last.jpg) no-repeat;}

#lbCaptionRight { position: relative; height: 0px; width: 0px; float: right; }
	#lbClose { position: absolute; top: 0px; left: -20px; width: 20px; height: 20px; background: url(images/slideshow_close.jpg) no-repeat;}

