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