body {
background-color: #F90;
}
ul, li {
display: inline;
}
.thumbView{overflow:auto;width:100%;}
.thumbView li{
float:left;
width:250px;
height:300px;
padding-top:10px;
font-size:11px;
text-align:center;
overflow:hidden;}
.thumbView li:hover{
background-color:#CCCCCC;
}
.thumbView li img{color:#fff;border:1px solid #EFEFEF};
|