/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
}

.lbLoading {
	background: #fff url('../../image/slimbox/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 0px solid #fff;
	background-repeat: no-repeat;
	background-position : 76px 35px;			/* x = box-border (7) + arrow-left.width (69); y = box-border (7) + close.height (28) */
}

#lbPrevLink, #lbNextLink {
	display: block;
	height: 75px;
	margin-top: 10px;
}

#lbPrevLink {
	background: transparent url('../../image/slimbox/arrow-left.png') no-repeat;
	width: 69px;
	 float: left;
}


#lbNextLink {
	background: transparent url('../../image/slimbox/arrow-right.png') no-repeat;
	width: 65px;
	 float: left;
}

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

#lbCloseLink {
	display: block;
	margin-left: 260px;
	width: 47px;
	height: 28px;
	background: transparent url('../../image/slimbox/close.png') no-repeat center;
}

#lbNumber {
	text-align: center;
}

#lbCaption {
	font-weight: bold;
}



#lbBox,
#lbBox > div,
#lbBox > div > div,
#lbBox > div > div > div,
#lbBox > div > div > div > div {
	border			: 1px solid;
	float			: left;
}

#lbBox 							{ border-color	: #3a3a3a; 				}
#lbBox > div 					{ border-color	: #0f0f0f; 				}
#lbBox > div > div 				{ border		: 3px solid #141414; 	}
#lbBox > div > div > div 		{ border-color	: #7f5900; 				}
#lbBox > div > div > div > div 	{ border-color	: #845e05; 				}

#lbImgContainer {
	float			: left;
	position		: relative;
}
