/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
}

.lbLoading {
	background: url(loading.gif) no-repeat center;
}
.white .lbLoading {
	background-color: white;
}
.black .lbLoading {
	background-color: black;
}

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

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	width: 200%;
	
	color: white;
	text-decoration: none;
	font-size: 1px;
}

#lbPrevLink {
	left: -150%;
}

#follower {
	position: absolute;
	z-index: 99999;
}

#follower span.right, .black #follower span.left {
	display: block;
	background-color: red;
	width: 32px;
	height: 25px;
	
	text-indent: -9000px;
}

.white #lbPrevLink {
	cursor: url(../img/b_lt_b.png), pointer;
}
.white #follower span.left {
	background: url(../img/b_lt_b.png);
}
.black #lbPrevLink {
	cursor: url(../img/b_lt_w.png), pointer;
}
.black #follower span.left {
	background: url(../img/b_lt_w.png);
}

#lbNextLink {
	left: 50%;
}
.white #lbNextLink {
	cursor: url(../img/b_gt_b.png), pointer;
}
.white #follower span.right {
	background: url(../img/b_gt_b.png);
}
.black #lbNextLink {
	cursor: url(../img/b_gt_w.png), pointer;
}
.black #follower span.right {
	background: url(../img/b_gt_w.png);
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
}

#lbCloseLink {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 300;
	display: block;
	width: 50px;
	height: 48px;
	text-indent: -9000px;
}
.white #lbCloseLink {
	background: url(../img/b_close_b.png);
}
.black #lbCloseLink {
	background: url(../img/b_close_w.png);
}