/* SLIMBOX */

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

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

.lbLoading {
	background: #fff url(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: 94%;
	width: 50px;
	outline: none;
	visibility:visible !important;
}

#lbPrevLink {
	right: 90px;
	background: transparent url(prev_btn.gif) no-repeat;
}

#lbPrevLink:hover {
	background: transparent url(prev_btn.gif) no-repeat;
}

#lbNextLink {
	right: 45px;
	background: transparent url(next_btn.gif) no-repeat;
}

#lbNextLink:hover {
	background: transparent url(next_btn.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 {
	position:absolute;
	top:-1px;
	right:15px;
	display: block;
	width: 107px;
	height: 28px;
	background: transparent url(close.gif) no-repeat center;
	margin: 0;
}


#lbNumber {
	position:absolute; right:21px; bottom:-1px; z-index:300;
	font: normal bold 10px/10px Arial, Helvetica, sans-serif; color:#2faddd;
	background:url(number_btn.gif) center center no-repeat;
	width: 46px; padding:10px 0; text-align:center;
	display:none; /* display:block; ORIGINAL */
}

#lbCaption {
	font-weight: bold;
	padding:7px;
	background:#e9e7e1;
}

#lbThumbs{
	margin-top:5px;
	background:#f3f3f1;
}

#lbThumbs img{
	width:15%;
	border: solid 2px #006699;
	margin:3px;
	cursor:pointer;
}
