﻿#container {
	text-align: left; height:345px
}
.kvSec {
	height:330px;
	overflow: hidden;
	position: relative;
}

.kvSec ul li {
	height: 330px;
	float: left;
}

.kvSec ul li a {
	height:330px;
	display: block;
	text-indent: -9999px;
	/*background: url(../img/index/mainimg01.jpg) no-repeat center top;*/
}

.kvSec .iconList {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -50px;
	z-index: 10;
	text-align: center;
}

.kvSec .iconList a {
	margin: 0 5px;
	float: left;
	display: block;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/chart_off.png) no-repeat left top;
	zoom: 1;
}

.kvSec .iconList .selected,
.kvSec .iconList a:hover {
	background: url(../images/chart_on.png) no-repeat;
}