
				ul.li-content,
				ul.li-content li{
					display:block;
					list-style-type:none;
					list-style-position:outside;
				}
				ul.li-content{
					margin:4px 0;
					padding:0;
				}
					ul.li-content li{
						width:88px;
						height:31px;
						overflow:hidden;
						float:left;
						margin:0 3px 3px 0;
						padding:0;
					}
					ul.li-s li{
						width:31px;
					}
					ul.li-s li.li-ss{
						width:16px;
						height:16px;
					}

		ul.li-content:after{
			content: ".";
			display: block;
			visibility: hidden;
			clear: both;
			height: 0px;
		}
		* html ul.li-content{ display: inline-table; }
		/* no ie mac \*/
		* html ul.li-content{ height: 1%; }
		ul.li-content{ display: block; min-height: 0; }
		/* */

