/* prefix v added to entries to avoid collision with lytebox.css */
#vlbOverlay {
	position: absolute;
	z-index:87;
	left: 0;

	width: 100%;

	cursor: pointer;

	background-color: #000;
}

#vlbCenter, #vlbBottomContainer {
	position: absolute;
	z-index:88;
	left: 50%;

	overflow: hidden; padding: 5px; text-align: center;

	background-color: #FFF;
}

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

#vlbImage {
	border: 10px solid #FFF;
}

#vlbPrevLink, #vlbNextLink {
	position: absolute;
	top: 0;

	display: block;
	display:none;

	width: 50%;
	width:63px;
	height:34px;

	outline: none;
}

#vlbPrevLink {
	left: 0;
}

#vlbPrevLink{
	/* background: transparent url(btn-prev.gif) no-repeat 0 15%; */
}

#vlbNextLink {
	right: 0;
}

#vlbNextLink {
	/* background: transparent url(btn-next.gif) no-repeat 100% 15%; */
}

#vlbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color: #666;

	text-align: left;

	border: 5px solid #FFF;
	border-top-style: none;
}

#vlbCloseLink {
	display: block;
	float: right;

	width: 66px;
	height: 22px;
	margin: 5px 0;

	background: transparent url(closelabel.gif) no-repeat center;
}

#vlbCaption, #vlbNumber {
	margin-right: 71px;
}

#vlbCaption {
	font-weight: bold;
}
