.pagination {
	clear: both;
	margin: 10px;
}
.pagenumber {
	padding: 4px;
	border: 1px solid #E9E9E9;
}
.currentpage {
	font-weight: bold;
	background-color: #E9E9E9;
}
#fan_box {
	display: none;
}
.tweet_wrapper {
	clear: both;
	border-bottom: 1px solid #EEEEEE;
	padding: 10px;
	height: 55px;
}
.tweet_image { 
	float: left; 
	width: 48px;
	height: 48px;
	margin-right: 10px;
}
.tweet_image IMG { 
width: 48px;
	height: 48px;
}
.tweet {
	float: left;
	width: 500px;
}
.tweet_info { 
	float: left;
}
.username, .user, .date, .retweet { 
	float: left;
	margin-right: 3px;
}
fieldset {
	padding: 10px;
}
.user_wrapper {
	float: left;
	margin: 5px;
}
.twitpic_wrapper {
	width: 150px;
	height: 150px;
	float: left;
	border: 1px solid #ececec;
	padding: 10px;
	margin: 12px 0 0 9px;
	background-color: #fff;
	position:relative;

}
.twitpic_wrapper:HOVER {
	background-color: #ececec;
	cursor: pointer;
}

.twitpic_tweet {
	display:none;
	position:absolute;
	left:0;
	bottom:0;
	width:140px;
	padding:5px;
	margin: 10px;
	background:#000000;
	color:#FFFFFF;
	opacity:.5;
	filter: alpha(opacity=50);
}