body {margin: 0;}
#vbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 50;
}

#vbCenter, #vbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
	z-index: 51;
}

.vbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#vbImage {
	border: 10px solid #fff;
}

#vbPrevLink, #vbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#vbPrevLink {
	left: 0;
}

#vbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#vbNextLink {
	right: 0;
}

#vbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#vbBottom {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#vbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#vbCaption, #vbNumber {
	margin-right: 71px;
}
