/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #112233;
	cursor: pointer;
	/*background: transparent url(image.gif) repeat center;*/
}

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

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

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

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

#lbPrevLink {
	left: 50;
	display: block;
	position: absolute;
	color: #000000;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: .8em;
	color: #4e4e4d;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border: 10px solid #e5e4e2;
	border-top-style: none;
}

#lbBottom a:visited { text-decoration: none;}
#lbBottom a:link  { text-decoration: none;}
#lbBottom a:active  { text-decoration: none;}
#lbBottom a:hover { text-decoration: none;}


#lbBottom .ccicons {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	vertical-align: bottom;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 15px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 2px 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
	/*background: transparent url(copyr.jpg) no-repeat center;*/
}
