.thumb-img {
	/*background: url(../frame.gif) no-repeat bottom;*/
	position:relative; 
	width:100px;
	height:75px;
	float:left;
	/*margin:10px;
	padding: 5px 16px 13px 16px;*/
	/*border:2px solid #FF6600;*/
	margin-right:5px;
}
.thumb-img-in {
	/*background: url(../frame.gif) no-repeat bottom;*/
	position:relative; 
	width:300px;
	height:231px;
	float:left;
	/*margin:10px;
	padding: 5px 16px 13px 16px;*/
	/*border:2px solid #FF6600;*/
	margin-right:5px;
}
.thumb-inner {
	position:relative; overflow:hidden; width:100%; height:100%; 
}
.thumb-img img {
	
}
.thumb-strip {
	position:absolute; width:150px; height:10px; bottom:6px; left:6px;
	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;
}
.portfolio_block_in .thumb-img-in {
	border:0px;
}
