
#lbOverlay {
	position: fixed;
	left: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	background-color: #000;
	cursor: pointer;
    z-index: 600;
}

#lbCenter {
	position: fixed;
	left: 50%;
	background-color: #000; 
	text-align: center; 
	padding: 0px;
    z-index: 620;
}

#lbBottomContainer {
/*	display: none;*/
	overflow: visible;
}

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

#lbImage {
	border: 10px solid #fff;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(https://kapital.kz/assets/9a60678a/video/css/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(https://kapital.kz/assets/9a60678a/video/css/nextlabel.gif) no-repeat 100% 15%;
}

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

#lbCloseLink {
	display: block;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	position: absolute;
    top: 0px;
    right: -60px;
    opacity: .5;
}

#lbCloseLink:hover {
	opacity: .8;
}

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

#lbCaption {
	font-weight: bold;
}
