@charset "utf-8";

.gx_notice{position:absolute; top:15px; left:2px; width:598px; height:32px; /* border-bottom:1px solid #eee; */ overflow:hidden;}
.gx_notice_icon{
	position:absolute; bottom:7px; left:0; padding:1px 6px 2px 6px; color:#fff; background-color:#777; font-size:12px;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.gx_notice_icon > i{color: #fff; vertical-align:top; margin-top:3px;}
ul#gxNoti_ticker{position:absolute; top:2px; left:55px; width:478px;}
ul#gxNoti_ticker li a{display:block; height:25px; line-height:25px; color:#555; text-decoration:none;}
.gx_notice .navi{position:absolute; top:3px; right:0;}
.gx_notice .navi button{width:16px; height:16px; line-height:16px; background-color:#eee; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
.gx_notice .navi button:nth-of-type(3), .gx_notice .navi button:nth-of-type(4){width:18px; height:18px; line-height:18px; font-size:12px;}
.gx_notice .navi button i{vertical-align:top; margin-top:1px;}
/* .gx_notice .navi button:nth-of-type(3) i, .gx_notice .navi button:nth-of-type(4) i{vertical-align:top; margin-top:2px;} */
.gx_notice .none{display:none;}