h3 img{
	width:100%;
	height:auto;
}

.oddlist{
	overflow:hidden;
	margin-bottom:30px;
}
.oddlist > li {
	float:left;
	width:33%;
	line-height:100%;
	padding:10px 0 10px 0;
	text-align:center;
	font-size:12px;
}
.oddlist > li:nth-child(3n) {
	width:34%;
}
.oddlist a{
	position:relative;
	display:block;
	width:100px;
	height:56px;
	margin:5px auto ;
	padding:5px 0;
	background-color:#000;
}
.oddlist a img{
	position:absolute;
	width:100px;
	height:56px;
	top:5px;
	left:0;
}