
/* MOUSEOVER
---------------------------------------------------------------------- */

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

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

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

#mouseover li.mo5 a {
	width: 156px;
}

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

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

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

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

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

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

#mouseover li.mo2 a:hover {
	background-position: -152px -46px;
}

#mouseover li.mo3 a:hover {
	background-position: -304px -46px;
}

#mouseover li.mo4 a:hover {
	background-position: -456px -46px;
}

#mouseover li.mo5 a:hover {
	background-position: -608px -46px;
}

.display {
	display: none;
}
