.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:13px;
	height: 34px;
	line-height: 34px;
	padding-left: 190px;
	text-decoration: none;
	/*background: #fff url(back.gif) no-repeat;*/
	color: #535353;
}

div#abgne_marquee ul li a:hover {
	color: #ff0000;
}

div#abgne_marquee ul li a:visited {
	color: #959595;
}

#abgne_marquee  .MoreWrap {
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
}
#abgne_marquee .MoreWrap .More {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #c9c9c9) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #c9c9c9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c9c9c9');
	background-color:#ffffff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#434343;
	height:22px;
	line-height:22px;
	padding: 0 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	font-size: 12px;
}
#abgne_marquee .MoreWrap .More:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d8d8d8), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #d8d8d8 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#ffffff');
	background-color:#d8d8d8;
}
#abgne_marquee .MoreWrap .More:active {
	position:relative;
	top:1px;
}

.rwd_MarqueeContainer{
	position: relative;
	float: left;
    width: 86%;
}
.rwd_abgne_marquee {	
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	width: 100%;
	height: 38px;
	background: #ededed;
	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;
}


div.marquee-box {
    margin-left: 185px;
    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%;
}


.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: -10px !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: -10px !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;
}