/* 焦点图1 */
#f_div{width:310px; height:250px; overflow:hidden; float:left;position:relative;}
#f_imgDiv{width:310; height:250px; overflow:hidden;filter:progid:DXImageTransform.Microsoft.Fade(Overlap=1.00);}
#f_infoDiv{width:310; top:-24px;}
#f_buttonDiv{width:16px; height:110px; top:68px; right:10px; position:absolute; z-index:2;}/* 按钮区域，定位于infoDiv右侧，注意此div的层级为2，置于半透明层上方 */
#f_buttonDiv .bg{ width:16px; float:left; text-align:center; margin-top:10px;}
#f_buttonDiv .bg a{width:16px;height:16px; float:left; font-size:14px; color:#fff; background:#000; filter:Alpha(Opacity=60); line-height:16px; overflow:hidden;text-decoration:none;}/* 按钮定义 */
#f_buttonDiv .bg a:link,#f_buttonDiv a:visited,#f_buttonDiv a:active{}/* 初始按钮效果 */
#f_buttonDiv .bg a:hover{background:#2b79cb; color:#fff; filter:Alpha(Opacity=100);}/* 初始按钮鼠标经过效果 */
#f_buttonDiv .bg a.on:link,#f_buttonDiv a.on:visited,#f_buttonDiv a.on:active,#f_buttonDiv a.on:hover{background:#2b79cb; color:#fff; filter:Alpha(Opacity=100);}
#f_textbg {width:310px; height:24px; float:left;background:#000; filter:Alpha(Opacity=50); top:226px; left:0;position:absolute; z-index:2;}
#f_text{width:310px;height:24px; line-height:24px; overflow:hidden;text-align:center; float:left; top:226px; left:0;position:absolute; z-index:3;}
#f_text a:link,#f_text a:visited,#f_text a:active{color:#fff;text-decoration: none;filter:Alpha(Opacity=100);}
#f_text a:hover{color:#ddd;text-decoration: none;}