/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
	
	background-color: #efefef;
	/*z-index: 1;
	background-color: transparent;
    background-image: url(overlay.gif);*/
	z-index: 300;
}

html>body #lbOverlay  {
    background-color: #efefef;
}

/*

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #ff0000;
	cursor: pointer;
	z-index: 2;
}
*/

/* Nix says: Changes the caption bg color */
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000000;
	z-index: 301;
}



/*
need close image bg to be grey if bg turns to grey
html>body #lbCenter, html>body #lbBottomContainer  {
    background-color: #fff;
}
*/

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}



/* Nix says: Changes the outer border around image - but not caption*/
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000000;
	background-repeat: no-repeat;
	/*z-index: 2;*/
	z-index: 302;
}


html>body #lbImage {
    border: 10px solid #000000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 303;
}

#lbPrevLink {
	left: 0;
}

#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%;
}

/* Nix says: Changes the outer border around caption */
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #efefef;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

html>body #lbBottom {
    border: 10px solid #000000;
    padding: 0px;
}


#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
