#lbOverlay {
	position:fixed;
	z-index:9998;
	left:0; top:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0;
	filter:alpha(opacity=0);
	display:none;
}
* html #lbOverlay { position:absolute }
#lbPoster {
	width:135px;
	height:192px;
	position:absolute;
	left:514px;
	z-index:9998;
	text-align:center;
	display:none;
}
#lbPoster #posterBG {
	width:100%;
	position:absolute;
	top:0; left:0;
	opacity:0;
	filter:alpha(opacity=0);
}
#lbPoster #posterCover {
	width:72.5%;
	position:relative;
	top:6.1%;
}

#lbNextLink {
	display:none;
	position:absolute;
	top:6.1%;
	width:24%;
	height:470px;
	outline:none;
}

#lbNextLink {
	right:13.7%;
	background:transparent url(nextlabel.gif) no-repeat 100% 45%;
}

#lbNextLink:hover {
	background-image:url(nextlabel_over.gif);
}