@charset "utf-8";
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; 
	padding: 0px 0px 0px 0px;
}
ul.thumb li {
	position: relative;  /* Set the absolute positioning base coordinate */
	float: left;
	width: 175px; 
	height: 175px;
	margin: 0px 0px 0px 50px; 
	padding: 0px;
	border: 0px solid #8f858e;
	text-align: center;
}
ul.thumb li img {
	position: absolute;
	left: 0; 
	top: 0;
	max-width: 175px; 
	max-height: 175px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 0px solid #8f858e;
	padding: 1px;
}
ul.thumb li img.hover {
	border: none; /* Get rid of border on hover */
}