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

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

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

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

#mouseover li.mo1 a {
	width: 13px;
}

#mouseover li.mo2 a, #mouseover li.mo3 a, #mouseover li.mo4 a, #mouseover li.mo5 a {
	width: 148px;
}

#mouseover li.mo6 a {
	width: 143px;
}

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

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

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

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

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

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

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

#mouseover li.mo2 a:hover {
	background-position: -13px -31px;
}

#mouseover li.mo3 a:hover {
	background-position: -161px -31px;
}

#mouseover li.mo4 a:hover {
	background-position: -309px -31px;
}

#mouseover li.mo5 a:hover {
	background-position: -457px -31px;
}

#mouseover li.mo6 a:hover {
	background-position: -605px -31px;
}

.display {
	display: none;
}
