	#wrap {
			position: relative;
			width: 100%;
			margin-top: 10px;
		}



		#wrap .bd li {
			width: 100%;
		}



		#wrap .bd li img {
			width: 100%;
			height: 100%;
		}



		#wrap .hd {
			position: absolute;



			/* bottom: 0; */



			width: 100%;



			/* bottom: 5px; */



			/* right: 10px; */



			color: red;



			font-size: 0;



		}



		#wrap .hd li {



			display: inline-block;



			width: 33.333%;



			height: 6px;



			/* width: 10px;



             height: 10px; */



			/* line-height: 30px; */



			text-align: center;



			background: #ccc;



			/* border-radius: 50%; */



			color: #f66;



			/* margin-left: 6px; */



		}







		#wrap .hd li.on {



			background-color: #860D2C;



		}
	