@charset "UTF-8";
/* CSS Document */

#news-feed	 { height:320px; width:365px; overflow:hidden; position:relative; border:1px dotted #ccc; background:#FFF; }
#news-feed ul	{ position:absolute; top:0; left:0; list-style-type:none; padding:0; margin:0; }
#news-feed ul li { height:320px; font-size:12px; margin:0; padding:10px; overflow:hidden; }


