#piHolder{
	width:330px;
	height:140px;
	/* border: 1px solid #ddd; */
}

ul.pithumb {
	float: left;
	list-style: none;
	margin: 0; 
	padding: 0;
	/*padding: 10px;*/
	/* width: 328px; */
	width:100%;
}
ul.pihumb li {
	margin: 0; 
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 65px; height: 65px;
}

ul.pihumb 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;
	cursor:pointer;
}
