ul.thumb {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.thumb li {
	float: left;
	position: relative;
	width: 150px;
	height: 113px;
	margin: 3px;
	padding: 0px;
}
ul.thumb li img {
	width: 150px;
	height: 113px;
	padding: 0px;
	position: absolute;
	left: -2px;
	top: 0;
}
ul.thumb li img.hover {
	margin-top:8px;
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
}
