/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
		z-index: 2;
}

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

#lbImage {
	clear: both;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	margin-top: -12px;

	position:absolute;
	height: 16px;
	width: 11px;
	float: right;
	margin-left: 400px;
}
#lbNew {
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border-bottom: solid 1px #c6beb7;
}
#lbNextImage {
	margin-top: 20px;
	margin-left: 320px;
	width: 75px;
	height: 11px;
	background: url(../images/text_nextimage.gif) no-repeat;
	
}
#lbPrevLink {
	left: 0;
	background: url(../images/previousimage.gif) no-repeat;
}
#content_header a:hover {
	color: #fff;
}
#lbNextLink {
	left: 20px;
	background: url(../images/nextimage.gif) no-repeat;
}


#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: left;
	width: 25px;
	height: 11px;
	background: transparent url(../images/text_exit.gif) no-repeat;
	margin: 0px 0;
	margin-top: 10px;
}

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

#lbCaption {
	font-weight: bold;
}

