* {
	list-style: none; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;
}
body {
	margin: 0px; padding: 0px;
}
.main_image {
	margin: 0px auto; top: 0px; width: 100%; height: 500px; overflow: hidden; position: relative;
}
.main_image ul {
	margin: 0px auto; width: 9999px; height: 500px; overflow: hidden; position: absolute;
}
.main_image li {
	width: 100%; height: 500px; float: left; min-width: 1100px;
}
.main_image li span {
	width: 100%; height: 500px; display: block; min-width: 1100px;
}
.main_image li a {
	width: 100%; height: 500px; display: block;
}


div.flicking_con {
	margin: 0px auto; width: 290px; text-align: center; position: relative; z-index:1001;
}
div.flicking_con .flicking_inner {
	left: 90px; top: 475px; width: 300px; height: 21px; position: absolute; z-index: 999;
}
div.flicking_con a {
	background: url("./btn_main_img.png") no-repeat 0px 0px; margin: 0px; padding: 0px; width: 21px; height: 21px; text-indent: -1000px; float: left; display: block;
}
div.flicking_con a.on {
	background-position: 0px -21px;
}
#btn_prev {
	top: 55%; width: 41px !important; height: 37px !important; margin-top: -37px; display: none; position: absolute; z-index: 11111;
}
#btn_next {
	top: 55%; width: 41px !important; height: 37px !important; margin-top: -37px; display: none; position: absolute; z-index: 11111;
}
#btn_prev {
	background: url("./hover_left.png") no-repeat left top; left: 10px;
}
#btn_next {
	background: url("./hover_right.png") no-repeat right top; right: 10px;
}
