#playBox {
	width: 670px;
	height: 368px;
	/* margin:20px auto; */
	background: #333;
	position: relative;
	overflow: hidden;
}

#playBox .oUlplay {
	width: 99999px;
	position: absolute;
	left: 0;
	top: 0;
}

#playBox .oUlplay li {
	float: left;
	width: 670px;
	height: 368px;
	list-style-type: none;
	position: relative;
}

#playBox .oUlplay li img {
	width: 100%;
	height: 100%;
}

#playBox .smalltitle {
	width: 500px;
	height: 10px;
	position: absolute;
	bottom: 15px;
	z-index: 10
}

#playBox .smalltitle ul {
	width: 120px;
	margin: 0 auto;
}

#playBox .smalltitle ul li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #ffffff;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

#playBox .pre {
	cursor: pointer;
	width: 29px;
	height: 59px;
	position: absolute;
	top: 140px;
	left: 0px;
	z-index: 1;
	background: #000000;
	color: white;
	font-size: 20px;
	line-height: 59px;
	text-align: center;
	opacity: 0.67;
}

#playBox .next {
	cursor: pointer;
	width: 29px;
	height: 59px;
	position: absolute;
	top: 140px;
	right: 0;
	z-index: 1;
	background: #000000;
	color: white;
	font-size: 20px;
	line-height: 59px;
	text-align: center;
	opacity: 0.67;
}
.oUlplay-font{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 650px;
	padding-left: 20px;
	font-size: 18px;
	background-image: url(../img/cskt/lunbo-bottom-bg.png);
	background-repeat: no-repeat;
	opacity: 0.8;
	height: 43px;
	line-height: 43px;
	color: #333333;
	font-weight: 400;
}
.oUlplay-font .lr{
	color: white;
	margin-right: 6px;
	letter-spacing: 5px;
}
.oUlplay-font .lr span{
	color: #F77304;
}
.oUlplay-font .lf{
	text-overflow: ellipsis;
	width: 530px;
	white-space: nowrap;
	overflow: hidden;
}