.fullSlide { width:100%; position:relative; height:650px; background:#000; }
.fullSlide .bd { margin:0 auto; position:relative; z-index:0; overflow:hidden; }
.fullSlide .bd ul { width:100% !important; margin:0; padding:0 }
.fullSlide .bd li { width:100% !important; height:650px; overflow:hidden; text-align:center; }
.fullSlide .bd li a { display:block; height:650px; }
.fullSlide .hd { width:100%; position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; background:url(touming.png) repeat-x; text-align:center; _background:#000; _filter:alpha(opacity=60); }
.fullSlide .hd ul { text-align:center; padding-top:5px; }
.fullSlide .hd ul li { cursor:pointer; display:inline-block; *display:inline;
zoom:1; width:8px; height:8px; margin:5px; background:url(tg_flash_p.png) -18px 0; overflow:hidden; line-height:9999px; }
.fullSlide .hd ul .on { background-position:0 0; }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.fullSlide .prev, .fullSlide .next { position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50); opacity:0.5; }
.fullSlide .next { left:auto; right:3%; background-position:8px 5px; }
.fullSlide .prev:hover, .fullSlide .next:hover { filter:alpha(opacity=100); opacity:1; }
.fullSlide .prevStop { display:none; }
.fullSlide .nextStop { display:none; }
