@charset "utf-8";
#adblock {
	overflow: hidden;
	width: 960px;	/* 廣告圖片的寬 + 選單圖片最大的寬 */
	height: 320px;	/* 廣告圖片的高 */
	position: relative;
	margin-bottom:10px;
}
#adblock ul, #adblock li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#adblock ul.showbox, #adblock ul.link {
	position: absolute;
}
#adblock ul.showbox li a {
	display: block;
	height: 320px;	/* 廣告圖片的高 */
}
#adblock ul.link {
	right: 0;
}
#adblock ul.link li a {
	display: block;
	width: 286px;	/* 滑鼠未移入時的選單圖片寬 */
	height: 80px;	/* 選單圖片的高 */
	position: absolute;
	right: 0;
}
#adblock ul.link li a.selected {
	width: 286px;
	/*text-indent: 80px;*/
}