#lbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 500px;
	background-color: #000000;
	border: none;
	}

#lbMain {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	line-height: 0;border: none;
	}
#lbMain a img{ border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; border: 0px solid #FFF;  }

#lbDetailsContainer {font: 12px 'Trebuchet MS', Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em; overflow:auto; margin:0 auto;  border: 0px solid #FFF;}

#lbImageContainer, #lbIframeContainer { padding: 10px; }

#lbLoading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background:transparent url(../images/box/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;
}

#lbPrev{
	width: 49%;
	height: 100%;
	background:transparent url(../images/box/prev_grey.png) left 15% no-repeat; /* Trick IE into showing hover */
	left: 0;
	float:left;
	display: block;
}

#lbNext{
	width: 49%;
	height: 100%;
	background:transparent url(../images/box/next_grey.png) right 15% no-repeat; /* Trick IE into showing hover */
	right:0;
	float:right;
	display: block;
}

#lbPrev:hover,#lbPrev:visited:hover { background:transparent url(../images/box/prev_grey.gif) left 15% no-repeat; }

#lbNext:hover,#lbNext:visited:hover { background:transparent url(../images/box/next_grey.gif) right 15% no-repeat; }

#lbDetailsData { padding:0 10px; color:#333; }

#lbDetails { width: 60%; float: left; text-align: left;  color:#333;}
#lbCaption { display: block; font-weight: bold; color:#333; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; color:#333; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em;  color:#333;}

#lbClose{
	width: 64px;
	height: 28px;
	float: right;
	background:transparent  url(../images/box/close_grey.png) no-repeat; /* Trick IE into showing hover */
	margin-bottom: 1px; 
}
#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; background: url(../images/box/play_grey.gif) no-repeat; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px;  background: url(../images/box/pause_grey.gif) no-repeat;}