/* 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;
	background-color: #FFF;
}

.lbLoading {
	background: #FFF url(loading.gif) no-repeat center;
}

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

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 0;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 0;
}

#lbBottom {
	background:#FFF; /*logo goes here... dont forget about padding ;p*/
	background-position: 0 0 !important;
	background-position: 10px 0;
	padding-left:0;
	font-family: Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	line-height: 14px;
	text-align: left;
	border: 10px solid #FFF;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 22px 0 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 100px;
}
#lbNumber {
	position:absolute;
	top:0;right:10px;
	color:#989DA1;
	margin:0;
}

#lbCaption {font:normal 14px/16px Tahoma}
#lbCaption P{color:#555;font:normal 11px/14px Tahoma;margin-top:1px}
