ul.thumb {
	list-style: none;
	margin: 10px 50px;
	width: 500px;
	overflow: auto;
}
ul.thumb li {
	margin: 5px 10px 5px 0;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 100px;
	height: 100px;
}
ul.thumb li img {
	width: 90px; height: 90px; /* 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: #FFF;
}


#main_view {
	width: 294px;
	height: 294px;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	text-align: center;
	
}

#main_view img {
	width: 294px;
	height: 294px;
}
