#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
    z-index:100; 
}

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 35px 35px 35px 35px;
    z-index:100; 
}
/*
#lbBottomContainer {
	position: absolute;
	overflow: hidden;
	left:116%;
	background-color: none; 
	text-align: center; 
	padding: 0px 30px 0px 40px;
    z-index:100; 
}
*/
#lbBottomContainer {
	position: absolute;
	left: 52%;
	cursor:pointer;
	overflow: hidden;
	background-color: none; 
	text-align: center; padding: 0px 0px 0px 70px;
        z-index:100; 
}

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

#lbImage {
	border: 30px solid #fff;
        z-index:100; 
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
        z-index:100; 
}

#lbPrevLink {
	left: 0;
        z-index:100; 
}

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

#lbNextLink {
	right: 0;
        z-index:100; 
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
        z-index:100; 
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 0px;
	border-top-style: none;
    z-index:100; 
}

#lbCloseLink {
	display: block;
	float: right;
	width: 57px;
	height: 57px;
	overflow: visible;
	background: transparent url(closelabel.png) no-repeat center;
	padding:0px 0xp 0xp 0px;
	margin: 0px 0px;
    z-index:102; 
}

*html #lbCloseLink {background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/js/videobox/css/closelabel.png', sizingMethod='crop');}


#lbCaption, #lbNumber {
	margin-right: 71px;
        z-index:100; 
}

#lbCaption {
	font-weight: bold;
        z-index:100; 
}