.cover {width: 790px; border:0px; border-color:#1c377a; margin: 0px auto; background-color: #0f648c;border-style:inset; padding: 0px; text-align: center;}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 100%;
}
ul.thumb li {
	margin: 0; 
	padding: 5px; 
	padding-top: 25px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 119px;
	height: 36px;
	margin-top: 15px;
}

ul.thumb li .sp {
	line-height:90%;
	margin: 0; 
	color: #1c377a; 
	background: #f8faff;
	font-size: 12px;
	margin-top: 3px;
	padding: 0px;
	width: 119px;
	height: 35px;
	font-weight:bold;
	vertical-align : middle; 
	display : table-cell;
}

ul.thumb li img {
	width: 117px; height: 30px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #f8faff;
	padding: 0px;
	background: #f0f0f0;
	position: absolute;
	left: 5px; 
	top: -6px;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
		box-shadow: 5px 5px 10px #000;
}
