﻿.main_visual
{
	position: relative;
}

.main_image
{
	width: 100%;
	height: 590px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #919191;
}

	.main_image ul
	{
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 9999px;
	}

	.main_image li
	{
		float: left;
		height: 590px;
		width: 100%;
	}

		.main_image li span
		{
			display: block;
			height: 590px;
			width: 100%;
		}

		.main_image li a
		{
			display: block;
			padding-left: 24px;
			padding-top: 22px;
		}


div.flicking_con .flicking_inner
{
	position: absolute;
	bottom: 10px;
	/*left: 48%;*/
    width:100%;
    text-align:center;
	z-index: 999;
}
/* 121126 */
div.flicking_con a
{
	/*float: left;*/
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	padding: 0;
	background: url(/Assets/images/ban_d.png) no-repeat -20px 0px;
	text-indent: -1000px;
}

	div.flicking_con a.on
	{
		background: url('/Assets/images/ban_d.png') no-repeat 0px 0px;
	}

#btn_prev, #btn_next
{
	z-index: 11111;
	position: absolute;
	display: block;
	width: 30px !important;
	height: 57px !important;
	top: 50%;
	margin-top: -37px;
	cursor: pointer;
}

#btn_prev
{
	background: url("/assets/images/an-left.png") no-repeat scroll;
	left: 20px;
}

#btn_next
{
	background: url("/assets/images/an-right.png") no-repeat scroll;
	right: 20px;
}
