
ul.thumb
{
  float: left;
  padding:0px;
  width: 710px;

}
ul.thumb li
{
  margin: 0;
  padding: 0 10px 10px 0;
  float: left;
  position: relative;
  width: 110px;
  height: 110px;
}

ul.thumb li.right{
	padding: 0 0 10px 0;	
}

ul.thumb li img
{
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  padding: 5px;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  top: 0;
  -ms-interpolation-mode: bicubic;
}
ul.thumb li img.hover
{
  margin-top: 15px;
  background: url(../images/top/thumb_bg.png) no-repeat center center;
  border: none;
}
.title_bg
{
  position: absolute;
  width: 180px;
  height: 41px;
  margin: 0;
  font-weight: 900;
  background: url(../images/top/blue.png) no-repeat center center;
  padding: 11px 5px 0;
  vertical-align:middle;
  line-height:1.1em;
  text-align: center;
  color:#216296;

}
