
ul.thumb li {
	margin: 0; padding: 2px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 64px;
	height: 64px;
}
ul.thumb li img {
	width: 64px; height: 64px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 2px;
	background: #ffffff;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
}