/* 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(img/slimbox/loading.gif) no-repeat center;
}

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

#lbPrevLink, #lbNextLink {
	display: block;
	/*position: absolute;*/
	top: 0;
	width: 60px;
	outline: none;
	
}

#lbPrevLink {
	left: 0;
	background: transparent url(img/slimbox/prevlabel.gif) no-repeat -15px -9px;
	opacity:1;
	float: left;
}

#lbPrevLink:hover {
	left: 0;
	background: transparent url(img/slimbox/prevlabel.gif) no-repeat -15px -9px;
	opacity:1;
}

#lbNextLink {
	right: 0;
	background: transparent url(img/slimbox/nextlabel.gif) no-repeat 10px -9px;
	opacity:1;
	float: right;
}

#lbNextLink:hover {
	right: 0;
	background: transparent url(img/slimbox/nextlabel.gif) no-repeat 10px -9px;
	opacity:1;
}

#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 {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/slimbox/closelabel.gif) no-repeat center;
	margin: 0px 0;
	outline: none;
	clear: both;
}

/*old*/
/*#lbCaption, #lbNumber {
	margin-right: 71px;
	
}*/

#lbNumber {
	margin-right: 71px;
		
}

#lbCaption {
	margin-right: 71px;
	font-weight: bold;
	margin-top: 0px;
	clear: left;
}
/*old*/
/*#lbCaption {
	font-weight: bold;
}*/
