
#panHolder{
	width:330px;
	height:140px;
	/* border: 1px solid #ddd; */
}

ul.panthumb {
	float: left;
	list-style: none;
	margin: 0; 
	padding: 0;
	/*padding: 10px;*/
	/* width: 328px; */
	width:100%;
}
ul.panthumb li {
	margin: 0; 
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 65px; height: 65px;
}
ul.panthumb li img {
	/* Set the small thumbnail size */
	width: 60px; height: 60px;
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	position: absolute;
	left: 0; top: 0;
}
ul.panthumb li img.hover {
}

.pancopyright {
	margin:0;
	padding:0;
	font-family: Arial;
	color: #333333;
	font-size: 10px;
	line-height:90%
}
