﻿@charset "utf-8";
.main_image 
{
	width:100%; 
	max-height:242px; 
	overflow:hidden; 
	margin:0 auto; 
	position:relative;
	background:url(../images/bg_m.png) repeat-x bottom;
}
.main_image ul 
{
	max-width:990px;
	height:242px;
	max-height:352px; 
	margin:0px auto;
}
.main_image li 
{
	max-height:242px;
}
.main_image li span,
.main_image li a,
.main_image li img
{
	display:block; 
	width:990px;
	height:242px;
	margin:0px auto;
}
.main_image li .img_1 
{
	background: url('../images/banner_1.jpg') center top no-repeat;
}
.main_image li .img_2 
{
	background: url('../images/banner_2.jpg') center top no-repeat;
}
.main_image li .img_3 
{
	background: url('../images/banner_3.jpg') center top no-repeat;
}
div.flicking_con 
{
	max-width:998px; 
	margin:0 auto; 
	position:relative;
}
div.flicking_con .flicking_inner {
	position: absolute;
	top: 250px;
	left: 465px;
	z-index: 999;
	width: 100px;
	height: 18px
} /* 121126 */
div.flicking_con a 
{
	float:left; 
	width:18px; 
	height:18px; 
	margin:0; 
	padding:0 5px; 
	background:url('../images/btn_main_img.jpg') 0 0 no-repeat; 
	display:block; 
	text-indent:-1000px;
}
div.flicking_con a.on 
{
	background-position:0 -18px
}
#btn_prev,
#btn_next
{
	z-index:11111;
	position:absolute;
	display:block;
	width:73px!important;
	height:74px!important;
	top:50%;
	margin-top:-37px;
	display:none;
}
#btn_prev
{
	background:url(../images/hover_left.png) no-repeat left top;
	left:365px;
}
#btn_next
{
	background:url(../images/hover_right.png) no-repeat right top;
	right:365px;
}
