			
			.mn_banner {
				width: 100%;
				position: relative;
				height: 400px;
				background: #000;
			}
			
			.mn_banner .bd {
				margin: 0 auto;
				z-index: 0;
				overflow: hidden;
			}
			
			.mn_banner .bd ul {
				width: 100% !important;
			}
			.lat{width: 1200px;margin: 0px auto;position: relative;}
			.mn_banner .bd li {
				width: 100% !important;
				height: 400px;
				overflow: hidden;
				text-align: center;
			}
			
			.mn_banner .bd li a {
				display: block;
			}
			
			.mn_banner .hd {
				width: 100%;
				position: absolute;
				z-index: 1;
				bottom: 0;
				left: 0;
				height: 30px;
				line-height: 30px;
			}
			
			.mn_banner .hd ul {
				text-align: center;
			}
			
			.mn_banner .hd ul li {
				cursor: pointer;
				display: inline-block;
				*display: inline;
				zoom: 1;
				width: 15px;
				height: 15px;
				margin: 5px;
				overflow: hidden;
				background: #000;
				opacity: 0.5;
				line-height: 999px;
				border-radius: 50%;
			}
			
			.mn_banner .hd ul .on {
				background: #0081ff;
			}
			
			.mn_banner .prev,
			.mn_banner .next {
				display: block;
				position: absolute;
				z-index: 1;
				top: 50%;
				margin-top: -30px;
				left: 7%;
				z-index: 1;
				width: 56px;
				height:56px;
				background: url(/include/images/slider-arrow.png) -116px -140px #000 no-repeat;
				cursor: pointer;
				filter: alpha(opacity=50);
				opacity: 0.5;
				border-radius: 50%;
				display: none;
			}
			
			.mn_banner .next {
				left: auto;
				right: 7%;
				background-position: 0px -140px;
			}