/* CSS Document */

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 0px;
	width: 220px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 50px;
	height: 50px;	
}
ul.thumb li img {
	width: 40px; height: 40px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */	
	/*border: none; */
	padding: 5px;
	background: #f5f6da;
	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*/ 
	background-color: #cbd308;
	/*border: none;*/ 
}
#main_title {
	background-color:#f5f6da;
	margin-top:5px;
	padding-left: 5px;
	width: 485px;
	height: 20px;
	line-height:20px;
}

