/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #444;
}

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #eee;
}

#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
}

.lbLoading {
	background: #eee url(/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 4px solid #eee;
	background-repeat: no-repeat;
}

#lbLinks
{
	margin-top: 100px;
}

#lbPrevLink, #lbCloseLink, #lbNextLink {
	margin-right: 20px;
}


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


#lbCaption1 {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

#lbCaption2, #lbCaption3, #lbCaption4 {
	margin-top: 10px;
}


#lbNumber {
	display: none;
}

