ul.thumb, ul.photo_list {
	float: left;
	list-style: none;
	margin: 0; padding: 5px;
	width: 860px;
}
ul.thumb li,ul.photo_list li  {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 70px;
	height: 125px;
}
ul.thumb li img {
	width: 50px; height: 113px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	/*border: 1px solid #ddd;*/
	padding: 5px;
	/*background: #f0f0f0;*/
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	/*background:url(images/thumb_bg.png) no-repeat center center;   Image used as background on hover effect*/
	border: none; /* Get rid of border on hover */
}

ul.photo_list li  {
	margin: 0; padding: 5px 2px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 137px;
	height: 108px;
}
ul.photo_list li img {
	width: 104px; height: 78px; /* Set the small thumbnail size */
	/*padding: 5px;*/
	position: absolute;
	left: 0; top: 0;
}

