
.banner {
	position: relative;
	width: 98%;
	text-align: center;
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	
border-top:1px solid #BFB186;
border-right:2px solid #BFB186;
border-left:1px solid #BFB186;
border-bottom:2px solid #BFB186;
background-color:#fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
	.banner ul {
		padding:0;
		list-style: none;
		width: 98%;
	}
	.banner ul li {
		padding:0;
		display: block;
		float: left;
		width: 100%;
		min-height: 500px;

		
	}

	
	.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: 0;
		right: 0;
		bottom: 10px;
		
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			text-indent: -999em;
			border: 2px solid black;
			border-radius: 6px;
			cursor: pointer;
			opacity: .4;
			-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 ul li {
		margin:0;
		height: 500px;
	}
	.banner .inner {
		padding-top: 0px;
		padding-bottom: 0px;
		overflow:auto;
	}
	.banner p {	
		width: 80%;
		margin: 0 auto;		
	}
	pre {
		overflow: auto;
	}
