/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #c81a78;
	cursor: pointer;
}
#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 5px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	border-right: 5px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.lbLoading {
	background: #fff url(../_images/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(../_images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	padding-top:5px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../_images/closelabel.gif) no-repeat center;
	margin: 0 0;
	position: relative;
	top: 15px;
}

#lbNumber {
	margin-right: 71px;
	font-size:.9em;
	padding:3px 0 3px 0;
}

#lbCaption {
	font-size:1.5em;	
	margin-right: 71px;
}

