
#lb_op {
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.7;
	filter:alpha(opacity=70);
	background-color:black;
}
#lb_lb {
	padding:0;
	margin:0;
	outline:none;
	font-size:11px;
	position:absolute;
	text-align:left;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#lb_outer {
	position:relative;
	background-color:black;
	opacity:1;
	filter:alpha(opacity=100);
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#lb_topiclayer {
	height:30px;
	background-color:black;
	color:white;
	text-align:center;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	opacity:0.3;
	filter:alpha(opacity=30);
	position:absolute;
	left:1px;
	top:1px;
	z-index:1000;
}
#lb_topic {
	height:30px;
	color:white;
	text-align:center;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	opacity:1;
	filter:alpha(opacity=100);
	position:absolute;
	left:1px;
	top:1px;
	z-index:1001;
}
#lb_topic span {
	color:white;
	background-color:transparent;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:1002;
}
#lb_topicclose {
	height:30px;
	font-size:14px;
	line-height:30px;
	position:absolute;
	left:1px;
	top:1px;
	z-index:1003;
	text-align:right;
}
#lb_close {
	width:15px;
	height:15px;
	opacity:0.4;
	filter:alpha(opacity=40);
	text-decoration:none;
	background-image:url(/slideshow/sl-img/close.gif);
	background-repeat:no-repeat;
	margin-right:2px;
}
#lb_slideshow {
	list-style:none;
	color:#fff;
	width:1px;
	height:1px;
	overflow:hidden;
}
#lb_slideshow span {
	display:none;
}
#lb_wrapper {
	margin-left:auto;
	margin-right:auto;
	display:none;
}
#lb_fullsize {
	position:relative;
	padding:2px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	background:#000;
	opacity:1;
	filter:alpha(opacity=100);
}
#lb_information {
	position:absolute;
	bottom:0;
	height:0;
	background:#000;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70);
}
#lb_information h3 {
	padding:4px 8px 0px;
	font-size:12px;
}
#lb_information p {
	padding:0 8px 8px;
}
#lb_image {
	overflow:hidden;
}
#lb_image img {
	position:absolute;
	z-index:25;
	width:auto;
}
.lb_imgnav {
	position:absolute;
	width:25%;
	cursor:pointer;
	z-index:150
}
#lb_imgprev {
	left:0;
	background:url(/slideshow/sl-img/left.gif) left center no-repeat;
}
#lb_imgnext {
	right:0;
	background:url(/slideshow/sl-img/right.gif) right center no-repeat;
}
#lb_imglink {
	position:absolute;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40);
}
.lb_linkhover {
	background:url(/slideshow/sl-img/link.gif) center center no-repeat;
}
#lb_thumbnails {
	margin-top:2px;
}
#lb_slideleft {
	float:left;
	width:20px;
	background:url(/slideshow/sl-img/scroll-left.gif) center center no-repeat;
	background-color:black;
	margin-left:1px;
}
#lb_slideright {
	float:right;
	width:20px;
	background:black url(/slideshow/sl-img/scroll-right.gif) center center no-repeat;
	margin-right:1px;
}
.lb_slidehover {
	opacity:.4;
	filter:alpha(opacity=40);
}
.lb_slidehover:hover {
	opacity:.8;
	filter:alpha(opacity=80);
}
#lb_slidearea {
	float:left;
	position:relative;
	margin-left:5px;
	overflow:hidden;
}
#lb_slider {
	position:absolute;
	left:0;
}
#lb_slider img {
	cursor:pointer;
	border:1px solid #666;
	padding:2px;
}
