/* SLIMBOX */
#lbOverlay {
	position:fixed;
	background-color:black;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:9999;
	cursor:pointer;
}
#lbCenter, #lbBottomContainer {
	position:absolute;
	background-color:white;
	z-index:9999;
	overflow:hidden;
}
.lbLoading { background:white url(http://images.habbos.es/websystem/release_5/lightbox/loading.gif) no-repeat center; }
#lbImage {
	position:absolute;
	background-repeat:no-repeat;
	border:10px solid white;
	left:0px;
	top:0px;
}
#lbPrevLink, #lbNextLink {
	position:absolute;
	top:0px;
	width:50%;
	outline:none;
	display:block;
}
#lbPrevLink { left:0px; }
#lbPrevLink:hover { background:transparent url(http://images.habbos.es/websystem/release_5/lightbox/prevlabel.gif) no-repeat 0 15%; }
#lbNextLink { right:0px; }
#lbNextLink:hover { background:transparent url(http://images.habbos.es/websystem/release_5/lightbox/nextlabel.gif) no-repeat 100% 15%; }
#lbBottom {
}
#lbCaption, #lbNumber { margin-right:71px; }
#lbCaption { font-weight:bold; }