/* SLIMBOX */

/* THIS VERSION HEAVILY MODIFIED FOR MUNROE.COM CUSTUMIZATION */

#lbOverlay {
	position: fixed;
	z-index: 8888;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: #000;*/
	background-color: #120c07;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 8888;
	overflow: hidden;
	background-color: #fff;
}

	/* custom mod for Munroe site */
	#lbBottomContainer {
		position: absolute;
		z-index: 8888;
		left: 50%;
		overflow: visible;
		background-color: #fff;
		/* added fixed height for Munroe to cover bottom of webpage */
			height: 70px;
	}
	

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	/*border: 10px solid #fff;*/
	/* custom mod for Munroe.com site follows */
	border: 15px solid #fff;
	border-top: 30px solid #fff;
	border-bottom: 5px solid #fff;
}

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

#lbPrevLink {
	left: -15px;
	background: transparent url(../i/munroe_prevBtn.gif) no-repeat top left;
}

#lbPrevLink:hover {
	background: transparent url(../i/munroe_prevBtn_over.gif) no-repeat top left;
}

#lbNextLink {
	right: -15px;
	background: transparent url(../i/munroe_nextBtn.gif) no-repeat top right;
}

#lbNextLink:hover {
	background: transparent url(../i/munroe_nextBtn_over.gif) no-repeat top right;
}

#lbBottom {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	background: #FFF;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 65px; /* orig: 66px;*/
	height: 28px; /* orig: 22px;*/
	/*background: transparent url(../i/closelabel.gif) no-repeat center;*/
	background: transparent url(../i/munroe_closeBtn.gif) no-repeat center;
	margin: 5px 0;
	margin-right: -20px;
	outline: none;
	z-index: 9999;
}

#lbCaption, #lbNumber {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 12px;
	margin-right: 71px;
	margin-left: 6px;
	background: #fff;
}

#lbCaption {
	margin-right: 71px;
	/* modified specific to the Munroe site */
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 16px;
	color: #e11422;
	background: #fff;
}
