/* 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;
	background-color: #141414;
}
#lbBottomContainer {
    overflow: hidden;
}
.lbLoading {
	background: #141414 url(../images/loader-image.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border-style: solid;
    border-color: #141414;
    border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 8px;
	border-left-width: 10px;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 10;
    margin-left: -35px;
}
#lbPrevLink {
	background: transparent url(../images/prev.gif) no-repeat 0 25%;
}
#lbNextLink {
	right: 0;
    margin-right: -35px;
}
#lbNextLink {
	background: transparent url(../images/next.gif) no-repeat 100% 25%;
}
#lbBottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#lbCloseLink {
	display: block;
    float: right;
    overflow: hidden;
    margin: 0 10px 10px 10px;
    font-size: 14px;
    color: #666;
    line-height: 18px;
}
* html #lbCloseLink {
	margin: 0 0 10px 7px;
    padding-right: 10px;
}
#lbCloseLink:hover {
    background-repeat: no-repeat;
    background-position: left -11px;
}
#lbNumber {
    margin-right: 63px;
    font-size: 14px;
    line-height: 18px;
    color: #444;
    text-align: right;
}
#lbCaption {
    float: left;
    margin: 0 0 10px 10px;
    font-size: 14px;
	color: #999;
	line-height: 18px;
}
* html #lbCaption {
	margin: 0 0 10px 0;
    padding-left: 10px;
}
