#lbOverlay {
	height: 500px;
	width: 100%;
	background-color: #000000;
	z-index: 99998;
	position: fixed;
	top: 0;
	left: 0;
}
#lbMain {
	width: 100%;
	line-height: 0;
	text-align: center;
	z-index: 99999;
	position: absolute;
	left: 0;
}
#lbMain a img {
	border: none;
}
#lbOuterContainer {
	height: 200px;
	width: 200px;
	margin: 0 auto;
	border: 3px solid #888888;
	background-color: #ffffff;
	position: relative;
}
#lbDetailsContainer {
	width: 100%;
	margin: 0 auto;
	border: 3px solid #888888;
	border-top: none;
	background-color: #ffffff;
	line-height: 1.4em;
	font: 10px Verdana, Helvetica, sans-serif;
	overflow: auto;
}
#lbImageContainer, #lbIframeContainer {
	padding: 10px;
}
#lbLoading {
	height: 32px;
	width: 100%;
	background: url(loading.gif) center no-repeat;
	line-height: 0;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 0%;
}
#lbHoverNav {
	height: 100%;
	width: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}
#lbImageContainer>#lbHoverNav {
	left: 0;
}
#lbHoverNav a {
	outline: none;
}
#lbPrev {
	display: block;
	float: left;
	height: 100%;
	width: 49%;
	background: transparent url(blank.gif) no-repeat;
	left: 0;
}
#lbPrev:hover, #lbPrev:visited:hover {
	background: url(prev.gif) left 15% no-repeat;
}
#lbNext {
	display: block;
	float: right;
	height: 100%;
	width: 49%;
	background: transparent url(blank.gif) no-repeat;
	right: 0;
}
#lbNext:hover, #lbNext:visited:hover {
	background: url(next.gif) right 15% no-repeat;
}
#lbPrev2, #lbNext2, #lbSpacer {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#lbPrev2_Off, #lbNext2_Off {
	font-weight: bold;
	color: #cccccc;
}
#lbDetailsData {
	padding: 0 10px;
	color: #333333;
}
#lbDetails {
	float: left;
	width: 60%;
	text-align: left;
}
#lbCaption {
	display: block;
	font-weight: bold;
}
#lbNumberDisplay {
	display: block;
	float: left;
	padding-bottom: 1.0em;
}
#lbNavDisplay {
	display: block;
	float: left;
	padding-bottom: 1.0em;
}
#lbClose {
	float: right;
	height: 28px;
	width: 64px;
	margin-bottom: 1px;
	background: url(close.png) no-repeat;
}
#lbPlay {
	float: right;
	height: 28px;
	width: 64px;
	margin-bottom: 1px;
	background: url(play.png) no-repeat;
}
#lbPause {
	float: right;
	height: 28px;
	width: 64px;
	margin-bottom: 1px;
	background: url(pause.png) no-repeat;
}