/* SLIMBOX */

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

#lbcenter, #lbbottomcontainer {
	position:absolute;
	z-index:9999;
	overflow-x:hidden;
	overflow-y:hidden;
	background-color:#FFFFFF;
}

.lbloading {
	background-image:url(loading.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:50% 50%;
	background-position-x:50%;
	background-position-y:50%;
	background-origin:initial;
	background-clip:initial;
	background-color:#FFFFFF;
}

#lbimage {
	position:absolute;
	left:0px;
	top:0px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	border:10px solid #FFFFFF;
}

#lbprevlink, #lbnextlink {
	display:block;
	position:absolute;
	top:0px;
	width:50%;
	outline-style:none;
	outline-width:initial;
	outline-color:#000000;
}

#lbprevlink {
	left:0px;
}

#lbprevlink:hover {
	background-image:url(prevlabel.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:0px 15%;
	background-position-x:0px;
	background-position-y:15%;
	background-origin:initial;
	background-clip:initial;
}

#lbnextlink {
	right:0px;
}

#lbnextlink:hover {
	background-image:url(nextlabel.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:100% 15%;
	background-position-x:100%;
	background-position-y:15%;
	background-origin:initial;
	background-clip:initial;
}

#lbbottom {
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:1.4em;
	text-align:left;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	border-top:10px none #FFFFFF;
	border-bottom:10px solid #FFFFFF;
}

#lbcloselink {
	display:block;
	float:right;
	width:66px;
	height:22px;
	background-image:url(closelabel.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:50% 50%;
	background-position-x:50%;
	background-position-y:50%;
	background-origin:initial;
	background-clip:initial;
	outline-style:none;
	outline-width:initial;
	outline-color:#000000;
	margin:5px 0px 5px 0px;
}

#lbcaption, #lbnumber {
	margin-right:71px;
}

#lbcaption {
	font-weight:bold;
}

