@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; 
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 1000;
}
#lbCenter {
	position: absolute;
	left: 50%; 
	overflow: hidden;
	background-color: #000;
	padding: 2px;
	z-index: 2000;
}
#lbBottomContainer {
	display: none;
} 
.lbLoading {
	background: #fff url(../images/icon/sb_loading.gif) no-repeat center;
}
/*#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(../images/icon/spacer.gif);
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/icon/sb_prevlabel.gif) no-repeat;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/icon/sb_nextlabel.gif) no-repeat;
}*/
#lbBottom {
	/*width: 66px;
	height: 35px;
	position: absolute;
	overflow: hidden;
	top: 20px;
	right: 20px;*/
	display: none;
}
#lbClose {
	width: 17px;
	height: 17px;
	position: absolute;
	overflow: hidden;
	top: 5px;
	right: 5px;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 17px;
	height: 17px;
	background: transparent url(../../../../Data/Resources/LifeScan/Segment_Type1Diabetes/NL/nl/images/icon/sb_loading.gif) no-repeat center;
	margin:0;
	padding:0;
}
#lbCaption {
	font-weight: bold;
}
