 .thumbs-container {
	height: 150px; width: 735px; margin:0; top:319px; left:115px; position: absolute; z-index:2;}

.thumbs-container2 {
	height: 150px; width: 750px; margin:0 auto 0 auto; padding:20px 0 0 0;}
	
ul.thumb {
	list-style: none; margin: 0; padding:10px; width: 650px;}
	
.thumbs-container2 ul.thumb {
	padding: 5px; width: 850px;}	


ul.thumb li {
	margin: 0; padding: 10px 20px; float: left; position: relative;  /* Set the absolute positioning base coordinate */
	width: 90px; height: 90px; text-align:center;
}
.thumbs-container2 ul.thumb li {
	padding: 5px;}	
	
ul.thumb li img {
	width: 80px; height: 80px;  /* Set the small thumbnail size */
	border: none;  /* IE Fix for Bicubic Scaling */
	padding: 5px;
	background: none;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}

