﻿.sliderPlay {
	position: relative;
	float:left;
}
.sliderPlay a {
	float: left
}
.sliderPlay img {
	border: none
}
.sliderPlay-title {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	background: #000;
	font: 18px/42px "微软雅黑", bold ;
	color: #FFF;
	text-indent: 8px;
	opacity: 0.7;
}
.sliderPlay-btn {
	position: absolute;
	z-index: 3;
	bottom: 12px;
	right: 0;
	text-align: center;
	overflow:hidden;
	padding-right:10px;
}
.sliderPlay-btn span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #ccc;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}
.sliderPlay-btn span.current {
	background: url(../images/10.jpg);
}
