#facebook_wrapper {
	position:relative;
	width:160px;
	height:125px;
	cursor:default;
}

#facebook_overflow {
	width:100%;
	height:100%;
	overflow:auto;
}

.facebook_cont {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #000;
	word-wrap:break-word;
	font-size:10px;
}

.message_link {
	font-weight:bold;
	margin:0 0 5px 0;
}

#facebook_wrapper a {
	font-weight:bold;
}

#facebook_wrapper a:hover {
	color:#000;
}

.facebook_message {
	margin:0 0 5px 0;
}

.facebook_created {
	margin:0 0 5px 0;
	font-style:italic;
}

.facebook_last {
	border:none;
}

.facebook_link {
	padding:5px 0 0 0;
}

#facebook_wrapper:hover {
	width:348px;
	height:150px;
	background:url(/images/desk-sprite.png) no-repeat;
	background-position:-567px -78px;
	position:relative;
	z-index:100;
}