@charset "utf-8";

a img {
	border: none;
}
#abgne_fade_pic {
	position: relative;
	width: 980px;
	height: 300px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-bottom:20px;
}
#abgne_fade_pic img{
	width: 980px;
	height: 300px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#abgne_fade_pic a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
}
#abgne_fade_pic .control {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
#abgne_fade_pic .control a {
	display: inline-block;
	padding: 3px 3px 2px;
	margin: 0 3px;
	width: 16px;
	color: #333;
	background: #999;
	border:1px solid #fff;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
#abgne_fade_pic .control a.on {
	font-weight: bold;
	color: #fff;
	background: #333;
}
#abgne_fade_pic2 {
	position: relative;
	width: 980px;
	height: 170px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-bottom:20px;
	background-color:#F00;
	text-align:center;
}
#abgne_fade_pic2 p{
	color:#FFF;
	font-size:27px;
	font-weight:bold;
	font-family:微軟正黑體;
}