/* SLIMBOX */

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

#lbCenter {
	padding-top: 50px;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	background-color: #fff;
	overflow: visible !important;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 30px 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(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: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 6px;
}

.afs #lbBottom {
	margin-bottom: 6px;
}

#lbNumber {
	display: none;
}

#lbCloseLink {
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	top: -15px;
	right: -15px;
	background: transparent url('/images/karenbenton/lightbox_close.png') no-repeat 0 0;
	margin: 0;
	outline: none;
	border-radius: 30px;
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.hidden-details {display:none;}