/*--------------thumbZoom---------------*/

.thumbZoom   a {
	margin:4px;
	border:1px solid #151515;
	padding:4px;
	position:relative;
	display:inline-block;
	width:70px;
	height:70px;
}
.thumbZoom  a:hover { z-index:2; }
.thumbZoom   a img {
	position:absolute;
	top:4px;
	width:70px;
	height:70px;
	border:0;
	margin:0;
	padding:0;
}
.thumbZoom  a:hover img, .thumbZoom li a:active img, .thumbZoom li a:focus img {
	width:100px;
	height:100px;
	left:-12px;
	top:-12px;
	border:1px solid #000;
	z-index:2;
	text-align: left;
}
