.slider {
	width: 72.5%;
	max-width: 464px;
	height:46.715%;
	position: absolute; z-index: 500;
	bottom: 19.16%;
	left: 17.8125%;
	overflow:hidden;
	background:#fff;
	text-align:center;
}
.slider .bd {
	max-width: 464px
	position:absolute;
	left:100%;
	margin-left:-464px
}
.slider .bd li {
	width:464px;
	overflow:hidden;
}
.slider .bd li img {
	display:block;
	width:464px;
	height:256px;
}
.slider .tempWrap {
	overflow:visible !important
}
.slider .tempWrap ul {
	margin-left:-926px !important;
}

@media all and (max-width:360px){
	
.slider .bd {
	max-width: 261px
	left:100%;
	margin-left:-261px
}
.slider .bd li {
	width:261px;
}
.slider .bd li img {
	width:261px;
	height:144px;
}
.slider .tempWrap ul {
	margin-left:-521px !important;
}	
	
}