
/* Content Begin */

/*#col {
	width: 750px;
	margin: 50px auto 0 auto;
	clear: both;
}*/

.thumb {
	list-style: none;
	margin: 0 auto;
	padding: 10px;
}

.thumb li {
	margin: 0;
	padding: 5px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
}

.thumb li img {
	width: 100px;
	height: 100px;
	-ms-interpolation-mode: bicubic;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0;
	top: 0;
}

.thumb li img.hover {
	background: #444;
}

#main_view {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	clear: both;
}