body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; 
	text-align: center; 
	padding: 11px 11px 0 11px;
}
.lbLoading {background: #fff url(/philly/Images/brand/videobox/loading.gif) no-repeat center;}
#lbImage { border: 10px solid #fff; }
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbBottom {
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
	cursor:pointer;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 23px;
	height: 23px;
	background: transparent url(/philly/Images/brand/videobox/closelabel.gif) no-repeat center;
	cursor:pointer;
}
#lbCaption, #lbNumber { margin-right: 71px;}
#lbCaption { font-weight: bold;}
