/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

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

.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 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

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

/* original styling...
#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}... */

/* keep margin property from above, style caption */
#lbCaption {	
	margin-right: 71px;
	font-size: 1.1em;
	font-weight: bold;
	color: #3e4349;
}

/* add class for normal-weight caption text */
#lbCaption .text {
	font-size: 1em;
	font-weight: normal;
	color: #333333;
}

/* ... get rid of #lbNumber */
#lbNumber { display: none; }

/* add link classes for resumes, web sites, reels, etc. */	
#lbCaption .resumelink, #lbCaption .weblink, #lbCaption .reellink , #lbCaption .photolink {
	display: inline-block;
	font-size: 0.9em;
	font-weight: normal;
	color: #336666;
	padding: 2px 0px 2px 20px;
	line-height: 18px;
	min-height: 18px;
	overflow: visible; 
}	

#lbCaption .resumelink { 
	background: transparent url(images/resume-pdf.gif) center left no-repeat; 
} 

#lbCaption .weblink { 
	background: transparent url(images/webpage.gif) center left no-repeat; 
}

#lbCaption .reellink { background: transparent url(images/reel.gif) center left no-repeat; 
}
 
#lbCaption .photolink { background: transparent url(images/images.gif) center left no-repeat; 
}
#lbCaption .more { color: black; padding-left: 20px;}
