@charset "UTF-8";/* CSS Document */ul.thumb {	float: left;	list-style: none;	margin: 0; padding: 10px;	width: 360px;}ul.thumb li {	margin: 0;	padding: 5px;	float: left;	position: relative;  /* Set the absolute positioning base coordinate */	width: 50px;	height: 50px;}ul.thumb li img {	width: 50px;	height: 50px; /* Set the small thumbnail size */	-ms-interpolation-mode: bicubic;	padding: 5px;	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: none; /* Get rid of border on hover */}