#img {
width:100%;
}
#img li{
  display:none;
}
#img li img{
	width:100%;
}
#img .active{
  display:block;
}


.banner {
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);

	background: #f60;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
	zheight:493px;
}
	.banner ul {
		list-style: none;
	}
	.banner ul li {
		display: block;
		zfloat: left;
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}

	.banner .inner {
		position: absolute;
		width:100%;
		top:21%;
		left:0px;
		zpadding: 130px 0 110px;
		text-shadow: 1px 2px 2px #000;
	}
	
	.banner .inner a{
		color: #FFF;
		text-decoration:none;
	}

	.banner h1, .banner h2 {
		font-size: 3em;
		
		line-height: 52px;

		color: #fff;
	}

	.banner .btn {
		display: inline-block;
		margin: 1% 0 0;
		padding: 0.3% 1%;
		clear: both;
		text-shadow: none;
		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 {
	   display:block;
		position: absolute;
		width:auto;
		right: 20px;
		bottom: 75px;
		z-index:99;
	}
		.banner .dots li {
			float:left;
			display: block;
			width: 10px;
			height: 10px;
			margin: 0 4px;

			text-indent: -999em;

			border: 2px solid #fff;
			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 .arrows {
		position: absolute;
		bottom: 20px;
		right: 20px;
		color: #fff;
	}
		.banner .arrow {
			display:none;
			float:left;
			display: block;
			margin-left:20px;
			cursor: pointer;
			font-size:30px;
		}
		
		.banner .arrows .next {
		content: " ";
		}
		
		.banner .arrows .prev {
		content: " ";
		}
