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

.galleryThumb {
	margin: 0;
}

ul.thumb_no_action {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
	width: 175px;
	margin-left: 5px;
}

ul.thumb_no_action li {
	margin: 0; padding: 0;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 175px;
	height: 132px;
}
ul.thumb_no_action li img {
	width: 175px; height: 132px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	/*border: 1px solid #ddd;*/
	padding: 0;
	/*background: #f0f0f0;*/
	position: absolute;
	left: 0; top: 0;
}