﻿#marquee {
    float:left; clear:both;
    width: 100%;
}
#marquee a img {
    width: 100%;
    height: 100%;
	border: none;
}
#hsjs_fade_pic {
    position: relative;
    float:left; clear:both;
    z-index: 8;
	width: 100%;
    height: 100%;
    text-align:center;
}
#hsjs_fade_pic a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
    left:0px;
    width: 100%;
}
#hsjs_fade_pic a.ad img {
	width: 100%;
    height:100%;
}
#hsjs_fade_pic .numCtrl {
	position:inherit;
    top :10px;
    right:20px;
    text-align:right;
}
#hsjs_fade_pic .numCtrl a {
	display: inline-block;
	padding: 3px;
	margin: 0 3px;
	width: 16px;
	color: #666;
    border-radius:10px;
    background: rgba(57,17,17,0.2);
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
#hsjs_fade_pic .numCtrl a:hover {
	color: #fff;
    background: rgba(255,0,0,0.5);
}
#hsjs_fade_pic .numCtrl a.on {
	font-weight: bold;
	color: #f00;
}
