.thumb-img {
	
	position:relative; 
	width:100px; height:100px;
	margin:10px; padding:3px;
	background:#FFF;
	float:right;
	margin-right:10px;
}
.thumb-inner {
	position:relative; overflow:hidden; width:100%; height:100%; 
}
.thumb-img img {
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border:1px solid #939598;
	float: right;
	margin-bottom: 5px;
	margin-left: 6px;
	width:100px; height:100px;
}
.thumb-strip {
	position:absolute; width:100px; height:10px; bottom:2px; left:4px;
	background:#FFF;
	
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.60;
}
.thumb-zoom {
	position:absolute; width:22px; height:22px;
	right:10px; bottom:7px;
}
