/* -------------------------------------------------------------
                		JiFen Slider Style
      
      Author:hehzuan
      Create Date:15.09.07	  Last Mondify Date:15.09.08
      ===================================================

------------------------------------------------------------- */
@charset "utf-8";

/*===== Banner =====*/

#display {
	position:relative; 
	width:100%; 
	height:320px; 
}
#focus {
	position:absolute; 
	left:50%;
	top:0px;
	margin-left:-960px;
	width:1920px;
	height:320px;
	overflow:hidden;
}
.focus01,.focus02,.focus03,.focus04,.focus05{
	display: block;
	position:absolute; 
	left:0;
	top:0;
	width:1920px;
	height:320px;
	background: url(/image/jf-banner.jpg) no-repeat 0 0;
}

#focus_num {
	position:absolute; 
	left:50%; 
	top:300px; 
	margin-left:-500px; 
	width:1000px; 
	height:320px; 
	overflow:hidden;
}
#display #cycle-num{
	position: absolute;
	right: 5px;
	top: 3px;
	z-index: 10;	
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#display #cycle-num li {
	float: left; 
	margin: 0 0 0 5px; 
	padding: 0; 	
	width: 15px;
	height: 18px; 	
	background: url(http://i1.itc.cn/20120215/9c8_421945d9_4b7b_121d_39b8_8ddcfc12e97b_19.gif) no-repeat right top ; 
	cursor: pointer; 
}
#display #cycle-num li.current {
	background-position: left top;
}