/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/catalystimages/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#prevLink, #nextLink , #prevBLink, #nextBLink , #lbCloseLink{
	display: block;
	position: absolute;	
	width: 50%;
	outline: none;
}

#prevLink, #nextLink {
	top: 0;
}

#prevBLink {
	background: transparent url(/catalystimages/prevlabel.gif) no-repeat 0% 15%;
	width:63px;
	height:32px;
	right:147px;
}

#nextBLink {
	background: transparent url(/catalystimages/nextlabel.gif) no-repeat 100% 15%;
	width:63px;
	height:32px;
	right:82px;
}

#prevLink {
	left: 0;
}

#prevLink:hover {
	background: transparent url(/catalystimages/prevlabel.gif) no-repeat 0% 15%;
}

#nextLink {
	right: 0;
}

#nextLink:hover {
	background: transparent url(/catalystimages/nextlabel.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: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink 
{
	background: transparent url(/catalystimages/closelabel.gif) no-repeat center;		
	width:67px;
	height:32px;
	right:10px;	
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	float:left;
}

#lbCaption {
	font-weight: bold;
}

