<style type="text/css">
	<!--

ul#thumbs {
	list-style-type: none;
}

ul#thumbs li {
	float: left;
	display: inline;
	border: 1px solid #000000;
	margin-right: 13px;
	margin-bottom: 10px;
}

ul#thumbs li a {
	background: none no-repeat 0;
	text-decoration: none;
	border-top-style: none;
	padding: 0px;
	float: left;
	display: inline;
	border:0px;
}

ul#thumbs li a:hover {
	background-color: transparent;
}

ul#thumbs a{
	display:block;
	border:0px;
	width:75px;
	height:75px;
	line-height:60px;
	overflow:hidden;
	position:relative;
	z-index:1;	
		
}
	
ul#thumbs a img{
	float:left;
	position:absolute;
	border:0px;
	top:-2;
	left:-2;

}

ul#thumbs a:hover{
	overflow:visible;
	z-index:1000;
	border:0px;

		
}

ul#thumbs a:hover img{
	border: 1px solid #000000;	
	background:#ffffff;	
}



	-->
</style>

