ul#filter li{ display: inline; }
ul#filter a{ margin-right: 0.5em; padding: 0.5em 1em; background: #FFF; color: #AAA; font-weight: bold; text-decoration: none; }
ul#filter a:hover, ul#filter a.current{ color: #888; }
ul#filter a.current{ background-color: #DDD; }

ul#list{ list-style: none; }
ul#list li{ width: 112px; height: 220px; display: block; float: left; margin-right: 18px; overflow: hidden; }
ul#list li a{ display: block; width: 110px; height: 155px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; }
ul#list li p{ font-size: 11px; line-height: 15px; color: #AAA; margin: 5px 0; }

