ul {
	margin-left: -10px;
	padding-left: 16px;
	margin-top: -10px;
}

#makers li {
	position: relative;
	float: left;
	width: 340px;
	background-repeat: no-repeat;
	padding-right: 10px;
	list-style-type: none;
}

#makers a {
	display: block;
	text-decoration: none;
	background: #F9F9F9;
	border-bottom: 1px solid #CCCCCC;
	height:100px;
	margin-bottom: 16px;
	color: #666666;
	text-align: left;
	vertical-align: text-top;
	padding-top: 10px;
}

#makers a:hover {
	background: #FFFBF2;
	color: #BD4700;
}

#makers img {
	clear: both;
	width: 70px;
	height: 70px;
	border: solid 1px #E1E6EA;
	background: #FFFFFF;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}

#makers a:hover img {
	border-color: #A4B4BF;
}

#makers strong {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 2px 0 2px 0;
	font: normal 11px Tahoma;
	background: #F6FAFD repeat-x;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #CBD5DE;
}
#makers a:hover strong {
	background-color: #ffffff;
}



