/* =====================================================================
 * Intro       kakaFocus
 * Author      icarrien@gmail.com
 * Version     v1.0
 * WEB         http://byzuo.com
 * Download    http://sc.xueit.com
 * MadeTime    2010-05-28
 * LastModify  2010-05-28
 =====================================================================*/

/*
	Reset&Clearfix
*******************/

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.clearfix{display:inline-block;}
	/*\*/ .clearfix{display:block;} /**/
/*html{overflow:-moz-scrollbars-vertical;}*/

/*
	banner
*******************/
.banner { position:relative; width:748px; height:231px; overflow:hidden; margin:0 auto; padding-top:20px; }
	.banner_pic { position:relative; width:748px; height:231px; overflow:hidden;  }
	.banner_pic img{ width:748px; height:231px;}
	.banner_pic ul { position:absolute; top:0; left:0; width:99999px; height:231px; }
	.banner_pic ul li { float:left; width:748px; }
	.banner a.btn_prev, .banner a.btn_next { position:absolute; display:block; width:15px; height:23px; overflow:hidden;  text-indent:-9999px; outline:none; hide-focus:expression(this.hideFocus=true); z-index:2; bottom:10px; }
		.banner a.btn_prev { background:url(../images/banner_pre.png) no-repeat left center;    left:30px; }
		.banner a.btn_next { background:url(../images/banner_next.png) no-repeat right center;   right:30px;}
		/*.banner a.btn_prev:hover { background-position:-200px -350px; }
		.banner a.btn_next:hover { background-position:-300px -350px; }*/
	.banner_info { position:absolute; bottom:0; left:0; width:748px; height:47px; line-height:47px; text-align:center; overflow:hidden; background:url(../images/banner_title.png) repeat-x; }
		.banner_info li{ display:none; }
		.banner_info li.current { display:block; }
		.banner_info li h4 { color:#fff; overflow:hidden; }
			.banner_info li h4 a { color:#fff; font-size:14px; }
		.banner_info li .ext, .banner_info li .ext a { color:#999; }
		span.pipe { padding:0 6px;}
	.banner_count { position:absolute; left:85px; top:260px; width:28px; height:30px; overflow:hidden; background:url(../images/kakaFoucs_bg.gif) no-repeat -400px -350px; color:#FFF; font-family:Verdana; text-align:center; line-height:42px; }
	.banner_pages { position:absolute; right:80px; top:260px; width:140px; height:30px; overflow:hidden; }
		.banner_pages ul { float:right; }
		.banner_pages li { float:left; margin-left:4px;}
		.banner_pages li span { display:block; width:9px; height:9px; overflow:hidden; background:url(../images/kakaFoucs_bg.gif) no-repeat -600px -350px; text-indent:-9999px; cursor:pointer; }
		.banner_pages li span:hover { background-position:-550px -350px; }
		.banner_pages li.current span, .banner_pages li.current span:hover { background:url(../images/kakaFoucs_bg.gif) no-repeat -500px -350px; }
