#playBox{
	float: left;
	position: relative;
	width: 263px;
	height: 260px;
	border: 1px solid #d7d6d6;
	overflow: hidden;
}
#playBox .smalltitle {
	position: absolute;
	width: 60px;
	height: 10px;
	top: 86px;
	left: 22px;
	z-index: 100;
}
#playBox .smalltitle ul{
	width: 60px;
}
#playBox .smalltitle ul li{
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	overflow: hidden;
	*display:inline;*zoom:1;
	background: url(silde-nav.png) no-repeat left top;
}
#playBox .smalltitle .thistitle{
	background: url(silde-nav.png) no-repeat left -10px;
}
#playBox .oUlplay {
	width: 99999px;
	position: absolute;
	left: 0;
	top: 0;
}
#playBox .oUlplay li{
	float: left;
	width: 263px;
	height: auto;	
	overflow: hidden;
}
.class_box{
	float: left;
	width: 263px;
	margin-top: 10px;
	text-align: left;
}
.class_box a{
	float: left;
	display: block;
	width: 130px;
	line-height: 27px;
	color: #666;
	background: url(icon1.jpg) no-repeat 20px center;
	text-align: left;
	text-indent: 30px;
}
.class_box a:hover{
	line-height: 27px;
	color: #e4012e;
}
.class_more{
	float: left;
	width: 226px;
	text-align: right;
	padding-right: 37px;
}
.class_more a{
	line-height: 27px;
	color: #666;
	text-align: left;
	text-indent: 20px;
}
.class_more a:hover{
	line-height: 27px;
	color: #e4012e;
}