﻿/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
	z-index: 119;	
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	z-index: 120;	
}

.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000;
	background-repeat: no-repeat;
	z-index: 120;
}

#lbPrevLink, #lbNextLink {
	display: block;
	top: 0;
	width: 50%;
	height: 45px!important;
	outline: none;
}

#lbPrevLink {
	margin-left: -10px;
	background: transparent url(../img/MultiBox/left.png) no-repeat 0% 15%;
	float: left;
}

#lbPrevLink:hover {

	background: transparent url(../img/MultiBox/left.png) no-repeat 0% 15%;
}

#lbNextLink {

	background: transparent url(../img/MultiBox/right.png) no-repeat 100% 15%;
	float: right;
}

#lbNextLink:hover {
	background: transparent url(../img/MultiBox/right.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #000;
	border-top-style: none;
}
.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(/Style%20Library/VSDRR/img/MultiBox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}



#lbCloseLink {
	display:block;
	background: url(/Style%20Library/VSDRR/img/MultiBox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	float:right;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

