/*焦点图1*/
#f_div{width:439; height:155; overflow:hidden;}/* 定义图片外框宽高，注意标题不在此区域内 */
#f_imgDiv{width:100%; height:155px; overflow:hidden; filter:progid:DXImageTransform.Microsoft.Fade(Overlap=1.00);}/* 定义图片区域宽高以及切换滤镜 */
#f_infoDiv{width:100%; top:-21px; position:relative;}/* 按钮区域外框，通过relative放置于图片上方底部 */
#f_buttonDiv{width:105px; top:0; right:0; position:absolute; z-index:2;}/* 按钮区域，定位于infoDiv右侧，注意此div的层级为2，置于半透明层上方 */
#f_buttonDiv .bg{ text-align:center;}
#f_buttonDiv .bg a{width:21px;height:15px; float:left; color:#000; overflow:hidden;text-decoration:none;line-height:15px;}/* 按钮定义 */
#f_buttonDiv .bg a:link,#f_buttonDiv a:visited,#f_buttonDiv a:active{}/* 初始按钮效果 */
#f_buttonDiv .bg a:hover{background:#FF840C; color:#fff;}/* 初始按钮鼠标经过效果 */
#f_buttonDiv .bg a.on:link,#f_buttonDiv a.on:visited,#f_buttonDiv a.on:active,#f_buttonDiv a.on:hover{background:#FF840C; color:#fff;}/* 当前切换按钮鼠标经过效果 */
/*当前切换按钮鼠标经过效果 */
#f_textbg {width:105px; height:15px; top:0px; right:0; position:absolute; z-index:1; background:#fff; filter:Alpha(Opacity=60);}/* 按钮下方半透明层背景 */
#f_text{width:278px;background:#fff;border:#ebebeb 1px solid;height:24px; font-size:14px;line-height:24px;text-align:center; overflow:hidden;margin-top:4px;}/* 