
/* MOUSEOVER
---------------------------------------------------------------------- */
#mouseover {
}

#mouseover ul {
	padding: 0;
	margin: 0;
}

#mouseover li {
	float: left;
	display: inline;
	list-style-type: none;
}

#mouseover li a {
	height: 33px;
	width: 154px;
	overflow: hidden;
	text-decoration: none;
	display: block;
}

#mouseover li.mo1 a {
	background: url(/img/healing/mouseover.jpg) 0px 0px no-repeat;
}

#mouseover li.mo2 a {
	background: url(/img/healing/mouseover.jpg) -154px 0px no-repeat;
}

#mouseover li.mo3 a {
	background: url(/img/healing/mouseover.jpg) -308px 0px no-repeat;
}

#mouseover li.mo4 a {
	background: url(/img/healing/mouseover.jpg) -462px 0px no-repeat;
}

#mouseover li.mo5 a {
	background: url(/img/healing/mouseover.jpg) -616px 0px no-repeat;
}

#mouseover li.mo1 a:hover {
	background-position: 0px -33px;
}

#mouseover li.mo2 a:hover {
	background-position: -154px -33px;
}

#mouseover li.mo3 a:hover {
	background-position: -308px -33px;
}

#mouseover li.mo4 a:hover {
	background-position: -462px -33px;
}

#mouseover li.mo5 a:hover {
	background-position: -616px -33px;
}

.display {
	display: none;
}
