#mainimage {
	width: 978px;
    margin: 0 auto;
    height:370px;
	padding: 0;
	text-align: center;
}
#inner {
	width: 978px;
	position: relative;
	height: 370px;
	margin:0 auto;
	overflow: hidden;
}
#carousel img {
	display: block;
	float: left;
}

#navi {
    height: 40px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 978px;
    z-index: 10;
}
#timer {
	width: 0;
	height: 40px;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
}
#prev, #next, #play {
	display: block;
	position: absolute;
	z-index: 30;
}
#prev, #next {
	width: 88px;
	height: 33px;
	top: 4px;
}
#play {
	width: 88px;
	height: 33px;
	top: 4px;
	background: url(../image/index_mainimage_pause.png) 0 0 no-repeat transparent;
	left: 445px;
	margin-left: -27px;
}
#play.paused {
	background: url(../image/index_mainimage_play.png) 0 0 no-repeat transparent;
}
#prev {
	background: url(../image/index_mainimage_prev.png) 0 0 no-repeat transparent;
	left: 0;
}
#next {
	background: url(../image/index_mainimage_next.png) 0 0 no-repeat transparent;
	right: 0;
}