ul.fancythumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 495px;
}
ul.fancythumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 105px;
	height: 194px;
}
ul.fancythumb li img {
	width: 100px; height: 185px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.fancythumb li img.hover {
	/*background:url(../images/overlay/transparentsmall.png) no-repeat center center;  /* Image used as background on hover effect*/
	border: 1px solid #ddd;
}