.sliderPlay {
	position: relative
}

.sliderPlay a {
	float: left
}

.sliderPlay img {
	border: none
}

.sliderPlay-title {
	height:40px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	background: #000;
	font: 14px/40px "Microsoft YaHei", Arial;
	color: #fff;
	text-indent: 8px;
	opacity: 0.8;
	/* filter: alpha(opacity : 60); */
}
.sliderPlay-title span{
	height:40px;
	display:inline-block;
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.sliderPlay-btn {
	position: absolute;
	z-index: 3;
	bottom:9px;
	right: 0;
	text-align: center
}

.sliderPlay-btn span {
	margin-right: 6px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background: #ffffff; 
	display : inline-block;
	text-align: center;
	cursor: pointer;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
}

.sliderPlay-btn span.current {
	background-color: rgba(255, 0, 0, 0.6);
	color: #ffffff;
}