a img {
	border: none;
}
#iBanner_fade_pic {
	z-index:1;
	position: relative;
	overflow: hidden;
	width: 943px;
	height: 237px;
}
#iBanner_fade_pic a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
}
#iBanner_fade_pic .control {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#iBanner_fade_pic .control a {
	display: inline-block;
		float: left;
		color: #1859a3;
		text-align: center;
		width: 16px;
		height: 16px;
		font-family: Arial;
		font-size: 12px;
		cursor: pointer;
		/*margin: 0px 2px;*/
	background: url(../images/b.png) no-repeat -16px 0;
}
#iBanner_fade_pic .control a.on {
		color: #fff;
		font-weight: bold;
		background-position: 0 0;
}