/*.thumb-img {
	border-top:1px solid #CCC; border-left:1px solid #CCC; border-bottom:1px solid #AAA; border-right:1px solid #AAA;
	position:relative; 
	width:150px; height:150px;
	margin:10px; padding:6px;
	background:#FFF;
}

.thumb-inner {
	position:relative; overflow:hidden; width:100%; height:100%; 
}
*/
.thumb-img {
    position: relative;
}
.thumb-img img {
	border:0;
}
.thumb-zoom {
	background:url(images/glass.png) no-repeat;
	position:absolute; width:24px; height:24px;
	right:5px; bottom:12px;
	cursor: pointer;
}