/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink:hover{
	left: 0;
	filter: Alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	background: transparent url('navi_prev_label.jpg') no-repeat 0 50%;
}

#lbPrevLink{
	left: 0;
	filter: Alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	background: transparent url('navi_prev_label.jpg') no-repeat 0 50%;
}

#lbNextLink:hover {
	right: 0;
	filter: Alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	background: transparent url('navi_next_label.jpg') no-repeat 100% 50%;
}

#lbNextLink {
	right: 0;
	filter: Alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	background: transparent url('navi_next_label.jpg') no-repeat 100% 50%;
}

#lbBottom {
	font-family: "Georgia", "Palatino", "Times New Roman", serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
	border: none;
	padding: 5px 0px 5px 0px;
	background-color: #000;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 36px;
	height: 17px;
	background: transparent url('navi_close_label.jpg') no-repeat center;
	margin: 0px;
	outline: none;
	filter: Alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
#lbCloseLink:hover {
	display: block;
	float: right;
	width: 36px;
	height: 17px;
	background: transparent url('navi_close_label.jpg') no-repeat center;
	margin: 0px;
	outline: none;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#lbCaption, #lbNumber {
	margin-right: 0px;
}

#lbNumber {
	display: none;
}
#lbCaption {
	font-weight: bold;
}
