/* SLIMBOX */

#lbOverlay {
	background-color: #110F13;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 9991;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 18px solid #fff;
	border-bottom-width: 5px;
	background-repeat: no-repeat;
	z-index: 9992;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px; color: #424044; line-height: 13px;
	text-align: left;
	border: 14px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	position: absolute;
	bottom: 13px;
	right: 18px;
	width: 71px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbNumber
{
	margin-top: 5px;
	color: #424044;
}

#lbCaption {
	font-weight: bold;
}
