@charset "utf-8";
/* CSS Document */

#ibanner {
	position: relative;
	width: 728px;
	height: 300px;
	overflow: hidden;
}
 #ibanner_pic {}
  #ibanner_pic a {
	position: absolute;
	top: 0;
	display: block;
	width: 728px;
	height: 300px;
	overflow: hidden;
}
 #ibanner_btn { position:absolute; z-index:9999; right:5px; bottom:5px; font-weight:700; font-family:Arial; }
  #ibanner_btn span { display:block; float:left; margin-left:4px; padding:0 5px; background:#000; cursor:pointer; }
  #ibanner_btn .normal { height:20px; margin-top:8px; border:1px solid #999; color:#999; font-size:16px; line-height:20px; }
  #ibanner_btn .current { height:28px; border:1px solid #FF5300; color:#FF5300; font-size:28px; line-height:28px; }
