.thumb-img {
/*	border-top:1px solid #CCC; border-left:1px solid #CCC; border-bottom:1px solid #AAA; border-right:1px solid #AAA;*/
	border:1px solid #E3E3E3;
	position:relative; 
	width:124px; height:98px;
/*	margin:10px; padding:6px;*/
	background:#FFF;
}
.athumb-img {
/*	border-top:1px solid #CCC; border-left:1px solid #CCC; border-bottom:1px solid #AAA; border-right:1px solid #AAA;*/
	border:1px solid #E3E3E3;
	position:relative; 
	width:124px; height:98px;
/*	margin:10px; padding:6px;*/
	background:#FFF;
}
a:hover .thumb-img,
a:hover .athumb-img {
	border:1px solid #5B8196;
}
.thumb-inner {
	position:relative; overflow:hidden; width:100%; height:100%; 
}
.thumb-img img {
	border:0;
}
.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;
}
