#makers {
	clear: both;
}

#makers a {
	display: block;
	margin: auto;
	padding-top: 4px;
	width: 150px;
	height:auto;
	text-align: center;
	text-decoration: none;
	background: #EFF7FF;
	border-bottom: solid 1px #ccc;
}

#makers img {
	display: block;
}

#makers img {
	clear: both;
	margin: 0 auto 4px auto;
	width: 150px;
	height:auto;
	border: solid 1px #D9CDCC;
	background: #fff;	

}

#makers a:hover img {
	border: solid 1px #296DC6;
}

#makers strong {
	display: block;
	clear: both;
	font-family:Arial,Helvetica,sans-serif;
	color: #FF3300;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
	padding: 3px 0 2px 0;
	background: #fcfcfc
	border-top: solid 1px #fff;
}

#makers a:hover strong {
	font-family:Arial,Helvetica,sans-serif;
	color: #474848;
	font-size: 13px;
	font-weight: bold;
}

#col-item {
	clear: both;
	padding-top: 10px;

}

#col-item img {
	display: block;
}

#col-item a {
	display: block;
	margin: auto;
	width: 150px;
	text-align: center;
	text-decoration: none;
	border-bottom: solid 1px #ccc;
}

#col-item img {
	clear: both;
	margin: 0 auto 4px auto;
	width: 150px;
	height:auto;
	border: solid 1px #D9CDCC;
	background: #fff;
}

#col-item a:hover img {
	border-color: #296DC6;
}

#col-item strong {
	display: block;
	clear: both;
	font-family:Arial,Helvetica,sans-serif;
	color: #FF3300;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
	padding: 3px 0 2px 0;
	border-top: solid 1px #fff;
}

#col-item a:hover strong {
	font-family:Arial,Helvetica,sans-serif;
	color: #474848;
	font-size: 13px;
	font-weight: bold;
}
#col-item span {
	font-size:9pt;
	color:#FF1493;

}