#demo {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 210px;
	height: 250px;
}
#demo img {
	width: 200px; height: 240px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
#demo img.hover {
	margin-top:15px;
	background:url(/test/img/thumb_bg.png) no-repeat center center;
	border: none;
}