/* Habbos Release 7 */
body,html {

}

a img { border:none; }
ul {
	margin:0px;
	padding:0px;
}

/* Overlay */
#overlay {
	width:100%;
	height:100%;
	position:fixed;
	z-index:1;
	background-color:;
	opacity:.80;
	filter:alpha(opacity=80);
	margin-top:-20px;
}

/* Lightbox */
#lightbox-img {
	border:2px solid grey;
	margin:0px 3px 3px 0px;
	height:80px;
	width:100px;
	overflow:hidden;
	display:inline-block;
