#recent-comments-preview{
	width:545px;
	height: 280px;
	overflow: hidden;
}

div.recent-comments-wrapper {
	display: none;
	clear: left;
	float: left;
	height: 75px;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

div.recent-comment-user,div.recent-comment-message {
	float: left;
}

div.recent-comment-user{
	width: 85px;
	height: 75px;
	padding: 5px;
	float: right;
	border-bottom: 1px solid #ccc;
}

div.recent-comment-message{
	width: 420px;
	height: 75px;
	text-align: left;
	padding: 5px;
	float: right;
	clear: right;
	overflow: auto;
	border-bottom: 1px solid #ccc;
}

.recent-comment-album-cover{
	cursor:pointer;
}

.recent-comment-album-cover{
	float: right;
	width: 100px;
	height: 125px;
	margin-top: 10px;
	overflow: hidden;
	border-bottom: 2px solid #ccc;
}
.recent-comment-album-description{
	float: right;
	width: 340px;
	height: 125px;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	border-bottom: 2px solid #ccc;
}

.recent-comment-album-cover img,.recent-comment-album-cover img{
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 3px;
}










