#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 3px;
}

.lbLoading {
	background: #fff url(/images/VideoBox/loading.gif) no-repeat center;
}

#lbImage {
	border: 5px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	height:0px;
	width:0px;
	display:none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink{
	background: transparent url(/images/VideoBox/btn-prev.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink {
	background: transparent url(/images/VideoBox/btn-next.gif) no-repeat 100% 15%;
}

#lbBottom {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #4a3c31;
	text-align: left;
	
}

#lbCloseLink {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: transparent url(/images/VideoBox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	width:300px;
	margin-top:12px;
	margin-left:12px;
}
