.imagelist {
	float: left;
	width: 139px;
	height: 105px;
	border: 1px solid #999;
	margin: 0 5px 5px 0;
	padding: 5px;
	text-align: center;
}

 a.product {
 color: black;
 text-decoration: none;
 }
 a.product:hover {
 color: #CCCCFF;
 }
