#podcaster {
	clear:both;
	padding-bottom: 2px;
}
	#podcaster ul {
		float:left;
		padding:0;
		margin:2px 0px 0px 0px;
		width:100%;
		/*border-bottom:1px solid #E0E0E0*/
	}
	#podcaster li {
		list-style:none;
	}
	.podcaster_img {
		float:left;
		margin-bottom:2px;
		margin-right:8px;
	}
	#podcaster .opration
	{
		float:right;
	}
	.description {
		color: #666;
	}


