@charset "UTF-8";
/* CSS Document */

.thumbs { margin: 0; padding: 0; overflow: hidden; }
.thumbs li { list-style: none; float: left; margin: 1px; padding: 1px; background: #000;}
.thumbs li a { }
.thumbs li img { display: block; width:70px; height:70px;}
.thumbs li a img { border: none;}