.sliderPlay {
	position: relative;
}
.sliderPlay a {
	float: left;
}
.sliderPlay img {
	border: currentColor; border-image: none;
}
.sliderPlay-title {
	background: rgb(0, 0, 0); font: 12px/32px "Microsoft YaHei", Arial; width: 100%; bottom: 0px; color: rgb(255, 255, 255); text-indent: 8px; position: absolute; z-index: 2; font-size-adjust: none; font-stretch: normal; opacity: 0.5;
}
.sliderPlay-btn {
	text-align: center; right: 0px; bottom: 5px; position: absolute; z-index: 3;
}
.sliderPlay-btn span {
	background: rgb(221, 221, 221); border-radius: 10px; width: 20px; height: 20px; text-align: center; line-height: 20px; margin-right: 10px; display: inline-block; cursor: pointer;
}
.sliderPlay-btn span.current {
	background: rgb(93, 203, 23); color: rgb(255, 255, 255);
}
