.thumb-img {
	border-top:1px solid #CCC; 
	border-left:1px solid #CCC;
	 border-bottom:1px solid #AAA; 
	 border-right:1px solid #AAA;

		width:120px; height:90px;
	margin:1px; padding:4px;
	background:#FFF;
}
.thumb-inner {
position:relative; overflow:hidden;width:120px; height:90px;}


.thumb-img5 {
	border-top:1px solid #CCC; 
	border-left:1px solid #CCC;
	 border-bottom:1px solid #AAA; 
	 border-right:1px solid #AAA;

		width:90px; height:60px;
	margin:1px; padding:4px;
	background:#FFF;
}
.thumb-inner5 {
position:relative; overflow:hidden;width:90px; height:60px;}




.thumb-img img {
	border:0;
}
.thumb-strip {
	position:absolute; width:120px; height:10px; bottom:4px; left:4px;
	background:#FFF;
	
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.60;
}
.thumb-zoom {
	background:url(images/search.png) no-repeat;
	position:absolute; width:22px; height:22px;
	right:10px; bottom:7px;
}
