/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 999;
	overflow: hidden;
	background-color: #fff;
}

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

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

#lbCenter, #lbImage {
	border-radius: 14px; -webkit-border-radius: 14px; -o-border-radius: 14px; -khtml-border-radius: 14px; -moz-border-radius: 14px;
	z-index: 999;
}


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

#lbPrevLink {
	left: -22px;
}

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

#lbNextLink {
	right: -22px;
}

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

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 0px solid #fff;
	height: 22px;
	z-index: 1001;
	margin-top: -22px;
}

#lbBottom, #lbBottomContainer {
	margin-top: -22px;
	border-bottom-right-radius: 14px; -webkit-border-bottom-right-radius: 14px; -o-border-bottom-right-radius: 14px; -khtml-border-bottom-right-radius: 14px; -moz-border-radius-bottomright: 14px;
	border-bottom-left-radius: 14px; -webkit-border-bottom-left-radius: 14px; -o-border-bottom-left-radius: 14px; -khtml-border-bottom-left-radius: 14px; -moz-border-radius-bottomleft: 14px;
}

#lbCloseLink {
	position: relative;
	top: 0px;
	right: 0px;
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(closelabel.png) no-repeat center;
	margin: -16px -16px 0 0;
	outline: none;
}

#lbNumber {
	display: none;
	padding: 8px 2px;
	margin-right: 71px;
}

#lbCaption {
        background-color: transparent;
        font-weight: normal;
	text-align: center;
        padding: 0px 12px 0px 16px;
	margin-top: 0px 15px 0px 15px;
}
