.wrapper_out{
	width: auto;
	height: 60px;	
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/m_menu_arrow.png) 98% 50% no-repeat #c80a2c;
	background-size: 12px 50px;
}
.wrapper04 {
	position: relative;
	height: 60px;
	width: 95%;
	overflow: hidden;
	float:left;
}
.wrapper04 .scroller {
	position: absolute;
}
.scroller {
	margin-left: 10px;
	padding-right: 10px;
}
.wrapper04 .scroller li {
	width:130px;
	height: 60px;
	float: left;
}
.wrapper04 .scroller li a:link {
	display: block;
	width: 130px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	font-size: 2em;
	text-align: center;	
	font-weight: normal;
}
.wrapper04 .scroller li a:visited {
	color: #fff;
}
.wrapper04 .scroller li a:hover {
	color: #fff500;
	border-bottom: 5px solid #ff8400;	
}
.wrapper04 .scroller li a:active {
	color: #fff500;
	border-bottom: 5px solid #ff8400;		
}
