#flickr_badge_uber_wrapper
{
	overflow:hidden;
	text-align:center;
}

#flickr_badge_wrapper
{
	overflow:hidden;
	awidth:234px;
	margin:0 auto;
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}


.flickr_badge_image {
	margin:5px;
	margin-bottom:4px;
	margin-top:0px;
	_margin-right:1px;
	amargin-left:5px;
	amargin-right:5px;
	padding: 0px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 83px;
	height: 83px;

}
.flickr_badge_image img  {
	width: 75px; 
	height: 75px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 1px;
	background: #fff;
	position: absolute;
	left: 0; top: 0;
	border:3px solid #E0E0E0;
}
#flickr_badge_image 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 */
}
