/* SLIMBOX */
#lbOverlay {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #000;
	cursor: pointer;
}
#lbBody {
	display: none;
	position: absolute;
	z-index: 9999;
	background: #fff;
}
#lbLoading {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #fff url(../images/lb_loading.gif) no-repeat 50% 50%;
}
#lbFrameTop, #lbFrameBottom {
	line-height: 0;
	font-size: 0;
}
#lbImageBody {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#lbImage {
	position: absolute;
	top: 0; left: 0;
}
#lbBottom {
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	color: #333;
}
#lbClose {
	height: 32px;
	padding: 0 10px 0 0;
}
#lbCloseLink {
	float: right;
	display: block;
	width: 66px; height: 22px;
	background: transparent url(../images/lb_label_close.gif) no-repeat 0 0;
	line-height: 0; text-indent: -9999em;
	outline: 0;
}
#lbHeading {
	padding: 10px 10px 0 10px;
	vertical-align: top;
	font-weight: bold;
}
#lbCaption {
	padding: 2px 10px;
	color: #666;
}


/* LIST */
#lbList {
	display: none;
	position: absolute;
	bottom: 0; left: 0;
	z-index: 10000;
	width: 800px; height: 200px;
	background: #000;
	font-size: 8px;
	font-family: Arial, sans-serif;
	line-height: 1.3em;
	text-align: left;
	color: #fff;
}
#lbListBody {
	position: absolute;
	top: 0; left: 0;
	overflow: hidden;
	width: 100%; height: 100%;
}
#lbListBody ul {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
}
#lbListBody ul li {
	float: left;
	list-style: none;
}
#lbListBody ul li p {
	display: block;
	width: 60px;
	padding: 5px 0 0 0;
}
#lbListBody ul li a {
	display: block;
	padding: 2px 0;
	width: 60px;
	background: #333;
	text-align: center;
}
#lbListBody ul li a:hover {
	background: #fff;
}
.lbListHover {
	background: #fff !important;
}

/* LIST PrevLink & NextLink */
#lbListNextLink, #lbListPrevLink {
	position: absolute;
	top: 0;
	display: block;
	width: 40px; height: 100%;
	overflow: hidden;
	text-indent: -9999em;
	outline: 0;
}
#lbListPrevLink {
	left: 0;
	background: #000 url(../images/lb_list_label_prev.gif) no-repeat 0 50%;
}
#lbListNextLink {
	right: 0;
	background: #000 url(../images/lb_list_label_next.gif) no-repeat 0 50%;
}

/* CONTROL */
#lbControl {
	display: none;
	position: absolute;
	top: 0; left: 0;
	z-index: 10000;
	width: 100%;
	color: #fff;
}
#lbControlWrap {
	position: relative;
	width: 100%; height: 40px;
	background: #000;
}
#lbControlWrap table {
	margin: 0 auto;
	width: 800px; height: 40px;
	background: #000;
}
#lbControlWrap table th {
	width: 600px;
	text-align: center;
}
#lbControlWrap table td {
	text-align: left;
	width: 100px;
}
#lbPrevLinkTop, #lbNextLinkTop {
	display: block;
	width: 100px; height: 40px;
	overflow: hidden;
	font-size: 1px; line-height: 0; text-indent: -9999em;
	outline: 0;
}
#lbPrevLinkTop {
	background: transparent url(../images/lb_label_prev_top.gif) no-repeat 0 0;
}
#lbNextLinkTop {
	background: transparent url(../images/lb_label_next_top.gif) no-repeat 0 0;
}

/* PrevLink & NextLink  */
#lbPrevLink, #lbNextLink {
	position: absolute;
	top: 0;
	display: block;
	width: 50%; height: 100%;
	overflow: hidden;
	font-size: 1px; line-height: 0; text-indent: -9999em;
	outline: 0;
	background: url(../images/lb_spacer.gif);
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/lb_label_prev.gif) no-repeat center left;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/lb_label_next.gif) no-repeat center right;
}

/* HeadingTop */
#lbHeadingTop {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
/* Number */
#lbNumber {
	font-size: 14px;
	font-weight: bold;
}

.lbCaption {
	display: none;
}
