ul.thumb {
	float: left;
	list-style: none;
	margin: 0px; padding: 0px;
	display : inline;
	width: 306px;
}

ul.thumb li {
	margin: 0; padding: 0px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 95px;
	height: 60px;
	display : inline;
}
ul.thumb li img {
	width: 90px; height: 60px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 0px;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	/*background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect*/
	border: 1px solid #F4DECB;/* Get rid of border on hover  */
}
