.banner {
	position: relative;
	width: 100% !important;
	padding:0;
	overflow: auto;
	margin:-21px 0 0 0;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	z-index:0;
	
}
	.banner ul {
		list-style: none;
		width: 300%;
		margin:0; padding:0;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		position:relative;
		min-height:452px;
		background-position:top center;
		background-size:cover;
		
/*		-webkit-background-size: 100% 100%;*/
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
/*		background-size: 100% 100%;*/
		
	}
	.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;
		
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		
		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}
		
	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.banner .dots {
		position: absolute;
		left: 25px;
		bottom: 50px; 
		z-index:9999;
	}
		.banner .dots li {
			display: block;
			width: 10px;
			height: 10px;
			margin: 5px 0;
			
			text-indent: -999em;
			
			border: 1px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .7;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}

.banner a:hover{ text-decoration:none;}