﻿.main_image
{
	width: 100%;
	height: 245px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #919191;
}
.main_image ul
{
	width: 9999px;
	height: 245px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.main_image li
{
	float: left;
	width: 100%;
	height: 244px;
}
.main_image li span
{
	display: block;
	width: 100%;
	height: 245px;
}
/*.main_image li a
{
	display: block;
	width: 98%;
	padding-left: 5px;
}*/

div.flicking_con
{
	width: 546px;
	margin: 0 auto;
	position: relative;
}
div.flicking_con .flicking_inner
{
	position: absolute;
	top: 217px;
	z-index: 999;
	height: 10px;
	left: 4%;
}
/* 121126 */
div.flicking_con a
{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0; /*background: url('/images/sad.png') 0 0 no-repeat;*/
	background: #666;
	border-radius: 5px;
	display: block;
	text-indent: -1000px;
	margin-right: 5px;
}
div.flicking_con a.on
{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0; /*background: url('/images/sada.png') 0 0 no-repeat;*/
	background: #fff;
	border-radius: 5px;
	display: block;
	text-indent: -1000px;
	margin-right: 5px;
}
#btn_prev, #btn_next
{
	z-index: 11111;
	position: absolute;
	display: block;
	width: 34px !important;
	height: 34px !important;
	top: 50%;
	margin-top: -37px;
	display: none;
	cursor: pointer;
}
#btn_prev
{
	background: transparent url("../../images/ico-left.png") no-repeat left top;
	left: 4%;
}
#btn_next
{
	background: transparent url("../../images/ico-right.png") no-repeat left top;
	right: 4%;
}


.description
{
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 14px;
	left: 0;
	margin: 0;
	padding: 14px 16px;
	position: absolute;
	right: 0;
	text-align: right;
	text-shadow: none;
	z-index: 2;
	opacity: 0.7; /*height: 60px; 	left: 0px; 	padding: 0px 0px 0px 4px; 	position: absolute; 	text-align: left !important; 	width: 100%; 	z-index: 100;	*/
}

.description p
{
	padding-left: 24px;
	width: 330px;
	color: #666;
	font-size: 14px;
	line-height: 22px;
	white-space: normal;
}


.description a
{
	color: #fff;
	font-size: 14px;
}
.description h3
{
	font-size: 14px; /*line-height: 30px;height: 100px;*/
	line-height: 20px;
}
