#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background: #000;
	cursor: pointer;
}

#lbCenter, #lbBottom, #lbThumbList {
	overflow: hidden;
	background: #fff;
}

#lbContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 44px;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 5px;
}

#lbPrevLink:hover {
	background: url(../images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 5px;
}

#lbNextLink:hover {
	background: url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
}

#lbThumbList li {
	list-style: none;
	display: inline;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: url(../images/slimbox/closelabel.gif) no-repeat center;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbHead {
	width: 668px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/slimbox/headbg.gif) no-repeat center;
}

#lbBody {
	padding: 14px 14px 0;
	width: 640px;
	background: url(../images/slimbox/bodybg.gif) repeat-y center;
}

#lbFoot {
	width: 668px;
	height: 35px;
	background: url(../images/slimbox/footbg.gif) no-repeat 0 100%;
}

#lbContainer a:focus {
	outline: none;
}

#lbContainer h2 {
	margin-top: 0;
	padding-top: 0;
	margin-right: 0;
}

#lbCloseLink {
	margin-top: -5px;
}

