#wrapper { overflow:hidden; position:relative; z-index:1; width:100%; height:40px; background:#eee; -ms-touch-action:none; }
#scroller { position:absolute; z-index:1; -webkit-tap-highlight-color:rgba(0,0,0,0); width:1800px; height:40px; -webkit-transform:translateZ(0); -moz-transform:translateZ(0); -ms-transform:translateZ(0); -o-transform:translateZ(0); transform:translateZ(0); -webkit-touch-callout:none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; -o-text-size-adjust:none; text-size-adjust:none; }
#scroller ul { list-style:none; width:100%; margin:0; padding:0; }
#scroller li { overflow:hidden; width:160px; height:40px; margin:0; padding:0; float:left; }
#scroller li a { display:block; width:120px; height:100%; padding:13px 20px 10px; background-color:#263a54; border-left:1px solid #4d5d73; color:#fff; text-align:center; white-space:nowrap; font-weight:bold; }
#scroller li a.selected { background-color:#152840; color:#ed164f; }
#scroller li a.selected { background-color:#ed174f; color:#fff; }
