#mouseover {
}

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

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

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

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

#mouseover li.mo2 a:hover {
	background-position: -110px -25px;
}

#mouseover li.mo3 a:hover {
	background-position: -220px -25px;
}

#mouseover li.mo4 a:hover {
	background-position: -330px -25px;
}

#mouseover li.mo5 a:hover {
	background-position: -440px -25px;
}

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

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

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

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

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

.display {
	display: none;
}
