.thumb {float: left;list-style: none;margin: 0; padding: 15px;background-color: white;}
.thumb li {margin: 0;float: left;position: relative;width: 120px; height: 155px; }
.thumb li img {width: 130px; height: 130px;  background: #fff;position: absolute;left: 0; top: 0;-ms-interpolation-mode: bicubic; margin:0 0 0 15px;
-moz-box-shadow: 1px 1px 11px #ccc; /* Firefox */
-webkit-box-shadow: 1px 1px 11px #ccc; /* Safari, Chrome */
box-shadow: 1px 1px 11px #ccc; /* CSS3 */ 
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-border-radius: 15px;}
.thumb li img.hover {
margin-top:15px;background:#fff;border: none;
-moz-box-shadow: 1px 1px 11px #ccc; /* Firefox */
-webkit-box-shadow: 1px 1px 11px #ccc; /* Safari, Chrome */
box-shadow: 1px 1px 11px #ccc; /* CSS3 */
}
.title{position:absolute;width:185px;height:35px;margin:0;font-weight:900;background:url(blue.png) no-repeat center center;padding:17px 0 0 0;text-align:center; color: #fff; }