




/* 焦点图 */
#f_div{width:242px; height:160px;overflow:hidden;}/* 定义图片外框宽高，注意标题不在此区域内 */
#f_div img{width:242px; height:160px;}
#f_div .bg{width:auto;}
#f_imgDiv{width:100%; height:160px; filter:progid:DXImageTransform.Microsoft.Fade(Overlap=1.00); overflow:hidden;}/* 定义图片区域宽高以及切换滤镜 */
#f_infoDiv{width:100%;top:-25px; position:relative;}/* 按钮区域外框，通过relative放置于图片上方底部 */
#f_line{width:100%;height:1px;background:#fff; overflow:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(startX=0, startY=0, finishX=50, finishY=100,style=1,opacity=0,finishOpacity=100)}

#f_buttonDiv .bg{float:left; width:18px; height:15px; border-left:#fff 0px solid; text-align:center;}
#f_buttonDiv .bg a:link,#f_buttonDiv a:visited,#f_buttonDiv a:active{width:18px;height:15px; line-height:18px; float:left; color:#000; overflow:hidden; text-decoration:none;}/* 初始按钮效果 */
#f_buttonDiv .bg a.on:link,#f_buttonDiv a.on:visited,#f_buttonDiv a.on:active,#f_buttonDiv a.on:hover{background:#f60; height:14px; line-height:16px; color:#000; border-top:#fff 1px solid;}/* 当前切换按钮&鼠标经过效果 */

#f_text{
	width:238px;
	height:29px;
	line-height:28px;
	text-align:center;
	overflow:hidden;
	color:#000;
	background-color: #C8EFBF;

}/* 标题区域 */
#f_text a{
	color:#328F00;
	text-decoration:none;
}
#f_text a:hover{
	color:#F00;
	text-decoration:underline;
}
/* /焦点图 */