﻿* {
	padding: 0;
	margin: 0;
	border: none;
}

.bannerScroll {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.bannerBtn {
	display: none;
}

.bannerBtn a {
	background-color: #000;
	display: block;
	height: 40px;
	line-height: 40px;
	opacity: 0.3;
	overflow: hidden;
	position: absolute;
	top: 120px;
	width: 40px;
	z-index: 4;
}

.bannerImg {
	font-size: 0;
	letter-spacing: -3px;
	position: relative;
}

.bannerImg li {
	display: inline-block;
	font-size: 12px;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
}

.bannerScroll .nextBtn {
	right: 5px;
}

.bannerScroll .prevBtn {
	left: 5px;
}

.bannerCircle {
	/*margin: -30px;*/ 
	font-size: 0;
	height: 13px;
	left: 50%;
	position: absolute;
	text-align: center;
        bottom: 5%;
}

.bannerCircle li {
	border-radius: 15px;
	display: -moz-inline-stack;
	float: left;
	margin: 5px;
	vertical-align: middle;
}

.bannerCircle li a {
	background: none repeat scroll 0 0 #b7b7b7;
	border-radius: 50%;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 9px;
	width: 9px;
}

.bannerCircle .selected a {
	background: none repeat scroll 0 0 #f40;
}