.marquee-box .slick-prev,.marquee-box .slick-next {
    font-size: 0em;
    line-height: 0em;
    position: absolute;
    top: 45%;
    display: block;
    width: 40px !important;
    height: 60px !important;
    padding: 0 !important;
    min-width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    cursor: pointer;
    border: none;
}
div#abgne_marquee {	
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	width: 659px;
	height: 34px;
	background: url(../images/MarqueeBG.jpg) 0px 0px no-repeat;
}
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-size:.9em;
	height: 34px;
	line-height: 34px;
	padding-left: 165px;
	text-decoration: none;
	/*background: #fff url(back.gif) no-repeat;*/
	color: #535353;
}
div.marquee-box {
    margin-left: 165px;
    margin-right: 100px;
    position: relative;
}
div.marquee-box a {
    display: block;
    overflow: hidden;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    color: #535353;
    width: 100%;
}

div#abgne_marquee ul li a:hover {
	color: #ff0000;
	/*text-decoration: underline;*/
}

/*用不到
div#abgne_marquee ul li.b1 a {
	background-position: 5px 5px;
}
div#abgne_marquee ul li.b2 a {
	background-position: 5px -15px;
}
div#abgne_marquee ul li.b3 a {
	background-position: 5px -35px;
}
*/
.rwd_MarqueeContainer{
	position: relative;
	float: left;
    width: 86%;
}
.rwd_abgne_marquee {	
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	width: 100%;
	height: 38px;
	background: #fff;
	height: 38px;
    border-radius: 0 5px 5px 0;
}
.rwd_abgne_marquee ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rwd_abgne_marquee ul li .label {
	display: none;
}
.rwd_abgne_marquee ul{
	width: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
}
.rwd_abgne_marquee ul li a{
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:13px;
	height: 38px;
	line-height: 38px;
	text-decoration: none;
	color: #535353;
	width: 100%;
	padding-left: 10px;
}
.rwd_abgne_marquee ul li a p {
	    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 96%;
        font-size: 14.5px;
}

.marquee-box .slick-next{
	font-size: 0em;
    line-height: 0em;
    width: 10px;
    height: 10px;
    right: -20px !important;
    top: 23px !important;
    left: auto;
    width: 20px !important;
    height: 20px !important;
    background: url(../images/BannerPageDown.jpg) no-repeat center center;
    background-size: 16px;
    box-shadow: none;
}

.marquee-box .slick-prev {
	font-size: 0em;
    line-height: 0em;
    width: 10px;
    height: 10px;
    right: -20px !important;
    top: 10px !important;
    left: auto;
    background: url(../images/BannerPageUp.jpg) no-repeat center center;
    background-size: 16px;
    width: 20px !important;
    height: 20px !important;
    box-shadow: none;
}