.ticker { 
	height: 18px; 
	padding: 2px 0px 0px 2px;
	margin: 0px 6px;
}

.ticker a {color: #009FDE;}

.ticker span.ticker_category {color: #cccccc;}

.ticker span.ticker_category a {color: #000000;}

.ticker .scroller {
	height:18px;
}

.ticker .section {
	height:18px;
}


/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!COMMENT TICKER!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

.recent_comments{
	height:160px;
	margin:25px 0;
	position:relative;
	overflow:hidden;
}
.recent_comments .single_comment{
	padding:0.5em 0 1.2em;
	height:150px;
}
.avatar {
float:left;
}
.recent_comments .single_comment p{
	background:#EEEEEE none repeat scroll 0 0;
	color:#1a1a1a;
	padding:0.5em 0.5em;
	margin:0;
	width:235px;
	float:left;
}
.recent_comments .single_comment strong {
	color:#00a8e1;
	margin:5px 0 0;
}
.recent_comments .single_comment .commebt_bubble {
	background:transparent url(../img/comment_bubble.gif) no-repeat scroll 0 0;
	float:left;
	width:22px;
	height:22px;
	margin-left:.5em;
	margin-top:1em;
}
