/* fullSlide1 */
.fullSlide1 {
	position: relative;
	width:1200px; height:150px;
	margin: 0 auto 60px;
	overflow: hidden;
}

.fullSlide1 .bd {
	position: relative;
	z-index: 0;
}

.fullSlide1 .bd li img {
	width: 100%;
	vertical-align: top;
}
.fullSlide1 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.fullSlide1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.fullSlide1 .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.fullSlide1 .hd ul li.on{ background:#8b24a9; color:#fff; }
 .fullSlide1 .prev,
.fullSlide1 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/skin/images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.fullSlide1 .next{ left:auto; right:3%; background-position:8px 5px; }
.fullSlide1 .prev:hover,
.fullSlide1 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.fullSlide1 .prevStop{ display:none;  }
.fullSlide1 .nextStop{ display:none;  }