.thumb-img {
	border:1px solid #cccc;
	position:relative; 
	width:600px; height:600px;
	margin:1px; padding:1px;
	background:#000000;
}
.thumb-inner {
	position:relative; overflow:hidden; width:100%; height:100%; 
}
.thumb-img img {
	border:0;
}
.thumb-strip {
	position:absolute; width:600px; height:20px; bottom:0px; left:0px;
	background:#FFF;
	
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.60;
}
.thumb-zoom {
			
	background:url(/templates/cathedral/img/forum/search.png) no-repeat;
	position:absolute; width:22px; height:22px;
	right:10px; bottom:7px;
}