@charset "utf-8";
/* CSS Document */

/* SLIMBOX */

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

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

.lbLoading {
	background: #ffffff url(..images/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(..images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: .8em;
	color: #003300;
	padding: 5px 0 5px 0;
	text-align: left;
	border: 10px solid #ffffff;
	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: 0;
	margin-top: 0;
	vertical-align: bottom;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 15px;
	background: transparent url(../images/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;*/
}

