/* 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(../img/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border-width: 10px 10px 1px 10px;
	border-style: solid;
	border-color: #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(../img/slimbox/prev.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/slimbox/next.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Georgia;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-width: 0px 10px 25px 10px;
	border-color: #fff;
	border-style: solid;
}

#lbCloseLink {
	display: block;
	height: 17px;
	width: 17px;
	position:absolute;
	right:10px;
	bottom:6px;
	background: transparent url(../img/slimbox/close.png) no-repeat center;
	margin: 0px 0;
	outline: none;
}

#lbNumber {
	position:absolute;
	right:10px;
	bottom:26px;
	font-size:1.1em;
}
#lbCaption{
}

#lbCaption {
	display:inline;
	padding:1px 3px;
	background-color:#000000;
	color:#ffffff;
	font-style:italic;
}


