a.cellular {
	display: block;
	float:left;
	width: 98px;
	height: 98px;
	background-image: url('../img/solution-cellular.gif');
	background-repeat: no-repeat;
	padding:10px 26px 46px 0;
}
	
a.cellular:hover {
	background-image: url('../img/solution-cellular-over.gif');
	background-repeat: no-repeat;
}

a.cyto {
	display: block;
	float:left;
	width: 98px;
	height: 98px;
	background-image: url('../img/solution-cyto.gif');
	background-repeat: no-repeat;
	padding:10px 26px 16px 0;
}
	
a.cyto:hover {
	background-image: url('../img/solution-cyto-over.gif');
	background-repeat: no-repeat;
}

a.patient {
	display: block;
	float:left;
	width: 98px;
	height: 98px;
	background-image: url('../img/solution-patient.gif');
	background-repeat: no-repeat;
	padding:10px 26px 16px 0;
}
	
a.patient:hover {
	background-image: url('../img/solution-patient-over.gif');
	background-repeat: no-repeat;
}

