
/* 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:120px; margin:0px auto;}
#magic-line{position:absolute;bottom:0px;left:0;width:120px;height:3px;background:#FFF; z-index:1;}
.ie6 #example-one li, .ie7 #example-one li{display:inline}
.ie6 #magic-line {bottom:0px}