dl.thumbnail {
 width:1100px;
}
dl.thumbnail div {
 float: left;
 margin: 0 2px 2px 0;
 border: 1px solid #bbb;
}
dl.thumbnail img {
 border: 1px solid #bbb;
 max-width:200px;
 max-height:200px;
 margin-top:3px;
 cursor: pointer;
cursor: hand;
}
dl.thumbnail a { display: block; }
dl.thumbnail dt {
 text-align: center;
 width:210px;
 height:280px;
 margin-top:10px;
}
dl.thumbnail p {
 text-align: center;
 width:210px;
 margin-top:10px;
 display: block;
}
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix { display: inline-block; }

/* MacIE—p */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

</style>