/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #FFF;
	cursor: pointer;
	z-index: 10000;	 
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 10001;	
}

#lbCenter, #lbBottom {
	padding: 5px;
	border: 1px solid #999;
	background-color: #FFF;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top: none;
}
.lbLoading {
	background: url(http://www.adqa.com/img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(http://www.adqa.com/img/prevlabel.gif) no-repeat 0% 10%;
}

#lbPrevLink:hover {
	background: transparent url(http://www.adqa.com/img/prevlabel.gif) no-repeat 0% 10%;
}

#lbNextLink {
	right: 0;
	background: transparent url(http://www.adqa.com/img/nextlabel.gif) no-repeat 100% 10%;
}

#lbNextLink:hover {
	background: transparent url(http://www.adqa.com/img/nextlabel.gif) no-repeat 100% 10%;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 40px;
	height: 20px;
	background: transparent url(http://www.adqa.com/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 75px;
}

#lbCaption {
	font-weight: bold;
}
