.slider {
	width:100%;
	min-width:688px;
	height:270px;
	position:relative;
	overflow:hidden;
	background:#fff;
	text-align:center;
}
.slider .bd {
	width:688px;
	position:absolute;
	left:50%;
	margin-left:-344px
}
.slider .bd li {
	width:688px;
	overflow:hidden;
}
.slider .bd li img {
	display:block;
	width:688px;
	height:270px;
}
.slider .tempWrap {
	overflow:visible !important
}
.slider .tempWrap ul {
	margin-left:-688px !important;
}
.slider .hd {
	position:absolute;
	width:1300px;
	left:0;
	z-index:1;
	height:8px;
	bottom:10px;
	text-align:center;
}
.slider .hd li {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:8px;
	height:8px;
	line-height:99px;
	overflow:hidden;
	background:url(../images_slider/slider-btn.png) 0 -10px no-repeat;
	margin:0 5px;
	cursor:pointer;
	filter:alpha(opacity=100);
	opacity:0.6;
}
.slider .hd li.on {
	background-position:0 0;
	filter:alpha(opacity=100);
	opacity:1;
}