html::after {
	content: ".";
}
#lbOverlay {
	left: 0px; width: 100%; position: absolute; cursor: pointer;background-color: transparent;
}
#lbCenter {
	left: 50%; overflow: hidden; position: absolute; background-color: rgb(0, 0, 0);
}
#lbBottomContainer {
	left: 50%; overflow: hidden; position: absolute; background-color: rgb(0, 0, 0);
}
.lbLoading {
	background: url("./css/images/1_loading.gif") no-repeat center rgb(0, 0, 0);
}
#lbImage {
	border: 7px solid rgb(0, 0, 0); border-image: none; background-repeat: no-repeat;
}
#lbPrevLink {
	top: 0px; width: 50%; display: block; position: absolute;
}
#lbNextLink {
	top: 0px; width: 50%; display: block; position: absolute;
}
#lbPrevLink {
	left: 0px;
}
#lbPrevLink:hover {
	background: url("./css/images/1_prev.png") no-repeat 0% 30%;
}
#lbNextLink {
	right: 0px;
}
#lbNextLink:hover {
	background: url("./css/images/1_next.png") no-repeat 100% 30%;
}
#lbBottom {
	border-width: 7px; border-style: none solid solid; border-color: rgb(0, 0, 0); border-image: none; text-align: left; color: rgb(102, 102, 102); line-height: 16px; font-family: Verdana, Helvetica, sans-serif; font-size: 10px;
}
#lbCloseLink {
	background: url("../images/1_close.png") no-repeat center; margin: 0px; width: 80px; height: 16px; float: right; display: block;
}
#lbCaption {
	margin-right: 14px;
}
#lbNumber {
	margin-right: 14px;
}
#lbCaption {
	font-weight: bold;
}
