
/* Clearfix */
.group:after{visibility:hidden;display:block;content:"";clear:both;height:0}
*:first-child+html .group{zoom:1} /* IE7 */

/* Example One */
#example-one{margin:0px auto;list-style:none;position:relative;}
#example-one li{display:inline-block; width:110px; margin:0px auto; float:left;}
#magic-line{position:absolute;bottom:-5px;left:0;width:76px;height:7px;background:url(../images/%E9%A6%96%E9%A1%B5_10.jpg) no-repeat center; z-index:1;}
.ie6 #example-one li, .ie7 #example-one li{display:inline}
.ie6 #magic-line {bottom:-3px}