body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-image:url(video_shadow.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 25%;
}

#lbCenter{
	position: absolute;
	left: 50%;
	overflow: hidden;
	text-align: center;
	padding: 15px;
}

#lbCenterOLD{
	position: absolute;
	left: 50%;
	overflow: hidden;
	 text-align: center; padding: 15px;
	border-style:solid; border-width:1px; border-color:#cccccc; -webkit-border-radius:7px; -moz-border-radius:8px; 
}

#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	text-align: center; 
	padding: 0px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 0px solid #333;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(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: 0px
	solid #333;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 91px;
	height: 47px;
	background: transparent url(closelabel2.png) no-repeat center;
	margin: 0px ;
	 
}

#lbCaption, #lbNumber {
	margin-right: 0px;
}

#lbCaption {
	font-weight: bold;
}

