@charset "iso-8859-1";
.thumbnail-item {
	/* position relative so that we can use position absolute for the tooltip */
	position: relative;
	float: left;
	margin: 0px 5px 0 0;}
.thumbnail-item a { display: block; }
.thumbnail-item img.thumbnail { border: 3px solid #ccc; }
.tooltip {
	display: none; /* allow us to move the tooltip */
	position: absolute; /* align the image properly */
	padding: 8px 0 0 8px;}
.tooltip span.overlay {
	background: url("tnail-tooltip-overlay320x240.png") no-repeat; /* put this overlay on the top of the tooltip image */
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 320px;
	height: 240px;}
