/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9997;
	left: 0;
	width: 100%;
	background-color: #2C2C2C;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #626262;
	
}

#lbBottomContainer {
	position: absolute;
	z-index: 9998;
	left: 50%;
	overflow: hidden;
	background-color: #626262;
	color: #fff;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid  #626262;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: -1px;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	border-top: 0;
	border-right: 10px solid  #626262;
	border-bottom: 10px solid  #626262;
	border-left: 10px solid  #626262;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 47px;
	height: 12px;
	background: transparent url(close.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#lbCloseLink:hover {
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	FONT: 8pt Arial, Sans-Serif; COLOR: #b7b39e
}

#lbNumber {
	display:none;
}






.Title {
	FONT: bold 8pt Arial, Sans-Serif; COLOR: #c9c5b6
}

}
A {
	COLOR: #AA4DFF; TEXT-DECORATION: none
}
A:hover {
	COLOR: #C583FF; TEXT-DECORATION: none
}
A:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.circle {
	FONT: 8pt/4px Arial, Sans-Serif; COLOR: #b7b39e
}
A:hover.circle {
	FONT: 8pt/4px Arial, Sans-Serif; COLOR: #fff
}
A:active.circle {
	FONT: 8pt/4px Arial, Sans-Serif; COLOR: #fff; 
}