* { margin:0; padding:0; word-break:break-all; }/*这条这么关键？删除了位置就不对了*/
html,body {font:12px/1.6em Helvetica, Arial, sans-serif;}

/* iFocus style */
#ifocus { width:501px; height:260px; margin:0; background:url(../images/mtbk023.gif) no-repeat; float:left; display:inline; }/*最外框的DIV*/
 #ifocus ul, li { list-style:none; }
 #ifocus_pic { display:inline; position:relative; float:left; width:385px; height:238px; overflow:hidden; margin:10px 0 0 10px; }/*大图片的显示尺寸*/
  #ifocus_piclist { position:absolute; }
  #ifocus_piclist li { width:385px; height:238px; overflow:hidden; }/*大图片的尺寸*/
  #ifocus_piclist img { width:385px; height:238px; border:none; }/*大图片的尺寸*/
 #ifocus_btn { display:inline; float:right; width:84px; margin:0 10px 0 0; }
  #ifocus_btn li { width:84px; height:62px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
  #ifocus_btn img { width:84px; height:52px; margin:10px 0 0 0; }
  #ifocus_btn .current {opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
 #ifocus_opdiv { position:absolute; left:0; bottom:0; width:385px; height:35px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }/*文字提示部分*/
 #ifocus_tx { position:absolute; left:8px; bottom:8px; color:#FFF; }
  #ifocus_tx .normal { display:none; }
