.main_image {
	width:100%;
	height:300px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.main_image ul {
	width:9999px;
	height:300px;
	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:300px
}
.main_image li a {
	display:block;
	width:100%;
	height:300px
}

div.flicking_con {
	width:1200px;
	margin:0 auto;
	position:relative
}
div.flicking_con .flicking_inner {
	position:absolute;
	top:290px;
	left:10px;
	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;
}


ul.container{
	/* The topmost UL */
	overflow:hidden;
}

li.menu{
}

li.button a{
	position:relative;
	display:block;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	display:block;
}

li.button2 a{

}

li.button2 a:hover{
	/* Removing the inherited underline from the titles */
	display:block;
}

/* Setting up different styles for each section color */


/* The hover effects */


.dropdown{
	/* The expandable lists */
	display:none;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list 
	color:#CCCCCC;
	line-height:18px;
	padding:6px 0 6px 0;
	padding-left:30px; padding-right:10px; font-size:12px;
	background:url(../images/li3.gif) no-repeat left center;*/
}
.dropdown li a{display:block}