/* CSS Document */

.thumbnail
{
	float: left;
	width: 145px;
	padding: 5px;
	height: 170px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	vertical-align: top;
	text-align: center;
	position: relative;
}

.thumbnail img {
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.clearboth { clear: both; }

.thumbnail span {
	width: 60px;
	height: 25px;
	display: block;
	position: absolute;
	top: -4px;
	left: -2px;
	z-index: 4;
	background-image: url(../images/new/new.gif);
	background-repeat: no-repeat;
}
