﻿.main_image {
	width:100%;
	height:430px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.main_image ul {
	width:9999px;
	height:430px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.main_image li {
	float:left;
	width:100%;
	height:;
}
.main_image li span {
	display:block;
	width:100%;
	height:430px
}
.main_image li a {
	display:block;
	width:100%;
	height:430px
}

div.flicking_con {
	width:1200px;
	margin:0 auto;
	position:relative
}
div.flicking_con .flicking_inner {
	position:absolute;
	top:430px;
	z-index:1;
	width:1200px;
	height:21px
}
div.flicking_con a {
	float:left;
	width:21px;
	height:21px;
	margin:0;
	padding:0;
	background:url(../images/btn_main_img.png) 0 0 no-repeat;
	display:none;
	text-indent:-1000px
}
div.flicking_con a.on {
	background-position:0 -21px
}
#btn_prev, #btn_next {
	z-index:2;
	position:absolute;
	display:block;
	width:50px!important;
	height:50px!important;
	top:50%;
	margin-top:-37px;
	display:none;
}
#btn_prev {
	background:url(../images/hover_left.png) no-repeat top left;
	left:5px;
	_background:url(../images/hover_left.gif) no-repeat top left;
	_left:0;
}
#btn_next {
	background:url(../images/hover_right.png) no-repeat top right;
	right:5px;
	_background:url(../images/hover_right.gif) no-repeat top right;
	_right:0;
}