body {
	font: Verdana;
	margin: 0; padding: 0;
}
* {margin: 0; padding: 0;}
img {border: none;}

.container {
	height: 360px;
	width: 500px;
	margin: -180px 0 0 -250px;
	top: 50%; left: 50%;
	position: absolute;
}
ul.thumb {
	float: center;
	list-style: none;
	margin: 0; padding: 10px;
	width: 480px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 230px;
	height: 160px;
/*	width: 110px;
	height: 110px;*/
}
ul.thumb li img {
	width: 220px; height: 150px;
	border: 0;
	padding: 5px;
	/*background: #f0f0f0;*/
	background: #ffffff;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	background:none;
	/*background:url(thumb_bg.png) no-repeat center center;*/
	border: none;
}

#bottom {
	position:absolute;
	bottom:4px; right:15px;
}
 
 
A {
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

.credits {
	font-size:12px;
	text-align:right
}