div#abgne_marquee
{
    position: relative;
    overflow: hidden; /* 超出範圍的部份要隱藏 */
    width: 435px;
    height: 25px;
    border: 1px solid #fbf4e1; /*#ccc*/
    background-color: #fbf4e1;
}
div#abgne_marquee ul, div#abgne_marquee li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
div#abgne_marquee ul {
		position: absolute;
	}
div#abgne_marquee ul li a
{ 
    display: block;
    overflow: hidden; /* 超出範圍的部份要隱藏 */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 24px; /*調置中*/
    line-height: 25px;
    padding-left: 30px;
    text-decoration: none;
    background-color: #fbf4e1; /*background: #fff url(back.gif) no-repeat;*/
}

/*http://demonstration.abgne.tw/jquery/0021/0021_3.html*/