/* iBanner style */
#ibanner{ 
	float:left;
	position:relative;
	width:709px;
	height:208px;
	overflow:hidden;
	margin:0;
}
#ibanner_pic {
	text-align:left;
}
#ibanner_pic a {
	position:absolute;
	top:0;
	display:block;
	width:709px;
	height:208px;
	overflow:hidden;
	opacity:1;/*FireFox */ 
	-ms-filter:'Alpha(opacity=100)';/* IE8 */ 
	filter:Alpha(Opacity=100);/* IE8- */
}
#ibanner_pic img {
	text-align:left;
	width:709px;
	height:208px;
}
#ibanner_btn {
	position:absolute;
	z-index:99;
	right:5px;
	bottom:5px; 
	font-weight:700;
	font-family:Arial;
	opacity:0.8;
	-ms-filter:'Alpha(opacity=80)';
	filter:Alpha(opacity=80);
}
#ibanner_btn span {
	display:block;
	float:left; 
	margin-left:4px; 
	padding:0 5px; 
	background:#eee; 
	cursor:pointer; 
}
#ibanner_btn .normal { 
	height:20px; 
	margin-top:8px; 
	border:1px solid #066865;
	color:#066865;
	font-size:12px;
	line-height:20px;
}
#ibanner_btn .current {
	height:20px;
	margin-top:8px; 
	border:1px solid #066865;
	background:#48afab; 
	color:#eee;
	font-size:12px;
	line-height:20px;
}

