/* MOUSEOVER
---------------------------------------------------------------------- */
#in_mouseover {
	width: 902px;
}


#mouseover {
	height: 51px;
	width: 100%;
	text-align: center;
	background-image: url(/img/good/mo_bg.jpg);
}


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


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


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


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


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


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


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


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


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


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


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


#mouseover li.mo2 a:hover {
	background-position: -182px -51px;
}


#mouseover li.mo3 a:hover {
	background-position: -362px -51px;
}


#mouseover li.mo4 a:hover {
	background-position: -542px -51px;
}


#mouseover li.mo5 a:hover {
	background-position: -722px -51px;
}


.display {
	display: none;
}