﻿* { margin: 0; padding: 0; }
#container { height: 104px; position: relative; width:53%;  overflow: hidden; margin: auto; font-family: Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif; float:right; }
    #container li { display: block; float: left; width: 90px; height: 104px; line-height: 104px;  }
        #container li a { color: #393633; text-decoration: none; display: block; position: relative; line-height:104px;  width: 90px; height: 104px;  font-size: 15px; font-weight: bold; text-align:center;}
        #container li a:hover {  color:#ff5f00; width: 90px; height: 104px; }
        #container li .current{ color:#ff5f00; width: 90px; height: 104px; }
        #container li a span { display: block; position: absolute; left: 0px; top: 0; font-weight: normal; font-size: 10px; -webkit-text-size-adjust: none; opacity: 0.6; filter: alpha(opacity=60); }
#buoy { position: absolute; width: 80px; height: 2px; background: #e9d008; bottom: 0px; left: -157px; }
