div.ad-thumbs {
position:relative;
overflow:hidden;
}

ul.ad-thumb-list {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
	position: relative;
	overflow:hidden;
}
ul.ad-thumb-list li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 85px;
	
}
ul.ad-thumb-list li a img {
	width: 100px; height: 75px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #cccccc;
	padding: 5px;
	background: #ffffff;
	position: absolute;
	left: 0; top: 0;
	background:white;
}
ul.ad-thumb-list li a img.hover {
background:white;
	/*background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect*/
	border: 1px solid #616161; /* Get rid of border on hover */
}
