body {margin: 0;}
#lbOverlay_video { position: absolute; top: 0; left: 0; background-color: #000000;  z-index: 99998; width: 100%; height: 500px; }

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 99999;
	background-color:#FFF;	
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading_video {
	background: #fff url(../img/DIImages/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/DIImages/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/DIImages/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: #FFF url(../img/DIImages/close_blue.png) no-repeat center;
	margin: 0px 0;
	z-index: 99999;
}

#lbCaption_video, #lbNumber {
	margin-right: 71px;
}

#lbCaption_video {
	font-weight: bold;
}
