@charset "utf-8";

	div#roll_marquee2 {
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	width: 100%px;
	height: 35px;
	}
	div#roll_marquee2 ul, div#roll_marquee2 li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	div#roll_marquee2 ul {
		position: absolute;
		left: 30px;			/* 往後推個 30px */
	}
	div#roll_marquee2 ul li a {
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:15px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	font-family: "微軟正黑體";
	}
	div#roll_marquee2 div.marquee2_btn {
		position: absolute;
		cursor: pointer;
	}
	div#roll_marquee2 div#marquee2_next_btn {
		left: 5px;
	}
	div#roll_marquee2 div#marquee2_prev_btn {
	right: 5px;
	position: absolute;
	}
