#benefits {
	width: 474px;
	background-color: #fafafa;
}

#benefits div {
	margin: 4px;
}

#clinician {
	float: right;
}

#clinician a {
	display: block;
	height: 192px;
	width: 255px;
	background: url('../img/en/benefits/clinician.jpg') no-repeat 0 0;
}

#clinician a:hover {
	background: url('../img/en/benefits/clinician.jpg') no-repeat 0 -193px;
}

#clinician a span {
	display: none;
}

#patient {
	float: left;
}

#patient a {
	display: block;
	height: 219px;
	width: 202px;
	background: url('../img/en/benefits/patient.jpg') no-repeat 0 0;
}

#patient a:hover {
	background: url('../img/en/benefits/patient.jpg') no-repeat 0 -220px;
}

#patient a span {
	display: none;
}

#payor {
	float: left;
}

#payor a {
	display: block;
	height: 159px;
	width: 202px;
	background: url('../img/en/benefits/payor.jpg') no-repeat 0 0;
}

#payor a:hover {
	background: url('../img/en/benefits/payor.jpg') no-repeat 0 -160px;
}

#payor a span {
	display: none;
}

#researcher {
	float: right;
}

#researcher a {
	display: block;
	height: 186px;
	width: 255px;
	background: url('../img/en/benefits/research.jpg') no-repeat 0 0;
}

#researcher a:hover {
	background: url('../img/en/benefits/research.jpg') no-repeat 0 -187px;
}
#researcher a span {
	display: none;
}
