/*.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;
}*/

table.projects { width:760px; margin-left:110px; }

table.projects td { /* border:1px solid #ccc;*/ width:150px;}

thumb-img { position:relative; width: 150px; heigth: 150px; }

.thumb-inner {
	position:relative; overflow:hidden; width:150px; height:150px; border: 1px solid #5A5A5A; 
}
.thumb-img img {
	border:0;
}
/*
.thumb-strip {
	position:absolute; width:150px; height:10px; bottom:6px; left:6px;
	background:#FFFFFF;
	
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.60;
}*/