
ul.thumb {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0px;
  background-color: white;
}

ul.thumb li {
  margin: 2px;
  padding: 2px;
  float: left;
  position: relative;
  width: 76px;
  height: 76px;
  float:right;
}

ul.thumb li img {
  width: 76px;
  height: 76px;
  border: 1px solid #f2f2f2; /*#ddd*/
  padding: 2px;
  background:#ffffff url(/images/loader.gif) no-repeat center center; /*f0f0f0*/
  position: absolute;
  left: 0;
  top: 0;
  -ms-interpolation-mode: bicubic;
}

ul.thumb li img.hover {
  /*margin-top:15px;
  background:url(thumb_bg.png) no-repeat center center;
  border: none;*/
}

.title{
  position:absolute;
  width:175px;
  height:80px;
  margin:0;
  font-weight:900;
  /*background:#000000; /*background:url(blue.png) no-repeat center center;*/*/
  padding:0px 0 0 0;
  text-align:center;
  background-color: #000000;
  color: #ffffff;
  opacity:0.6;
  filter: alpha(opacity=60);
  /*vertical-align:bottom;*/
}

.title p{
  /*bottom:0;
  position:absolute;
  display: inline;*/
  width:175px;
  height:80px;
  -webkit-margin-before: 2px;
  -webkit-margin-after: 2px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}