@charset "utf-8";
.banner-indicators{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
* {
	margin: 0px;
	padding: 0px;
}

.banner-indicators li{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
}
.banner-indicators .active{
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}
.banner{
	position: relative;
}.banner-inner{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.banner-inner>.item{
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
	text-decoration: none;
}.banner-inner>.item>img,.banner-inner>.item>a>img{
	line-height: 1;
	text-decoration: none;
}.banner-inner>.active,.banner-inner>.next,.banner-inner>.prev{
	display: block;
	text-decoration: none;
}.banner-inner>.active{
	left: 0;
	text-decoration: none;
}.banner-inner>.next,.banner-inner>.prev{
	position: absolute;
	top: 0;
	width: 100%;
	text-decoration: none;
}.banner-inner>.next{
	left: 100%;
	text-decoration: none;
}.banner-inner>.prev{
	left: -100%;
	text-decoration: none;
}.banner-inner>.next.left,.banner-inner>.prev.right{
	left: 0;
	text-decoration: none;
}.banner-inner>.active.left{
	left: -100%;
	text-decoration: none;
}.banner-inner>.active.right{
	left: 100%;
	text-decoration: none;
}
.img-responsive,.thumbnail>img,.thumbnail a>img,.banner-inner>.item>img,.banner-inner>.item>a>img{
	display: block;
	max-width: 100%;
	height: auto;
}
.banner-control{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	text-decoration: none;
}.banner-control.left{







filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	text-decoration: none;
	background-image: url(../images/left.png);
	background-position: center center;
	background-repeat: no-repeat;
}.banner-control.right{
	left: auto;
	right: 0;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: center center;