#myCarousel .hd{width:40%; height:80px; position:absolute; bottom:0px; left:16%;overflow:hidden;}
#myCarousel .bd{width:100%; overflow:hidden;}
#myCarousel .hd ul,#myCarousel .bd ul{padding:0; margin:0;}
#myCarousel .hd ul li,#myCarousel .bd ul li{list-style:none;}
#myCarousel .hd ul li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px;}
#myCarousel .hd ul li.on{width:12px;height:12px;margin:0;background-color:#fff;}
#myCarousel .bd ul li img{width:100%;}
