/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:100;
}
#lbOverlay a img{ border: none; text-decoration:none;}

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

.lbLoading {
	background: #eee8aa url(../pics/lightbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 3px dotted #eee8aa;
	background-repeat: no-repeat;
}
#vbflvvideo {
	margin:3px;
}

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

#lbPrevLink {
	left: 0px;
}

#lbPrevLink:hover {
	background: transparent url(../pics/lightbox/prev.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0px;
}

#lbNextLink:hover {
	background: transparent url(../pics/lightbox/next.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: 3px solid #eee8aa;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 30px;
	height: 22px;
	background: transparent url(../pics/lightbox/close.gif) no-repeat center;
	margin: 0px 0px;
}

#lbCaption, #lbNumber {
	margin-right: 30px;
}
#lbCaption a, #lbCaption a:visited, #lbCaption a:hover{text-decoration:none; color:#666; }

#lbCaption {
	font-weight: bold;
}
