#play {
	width: 554px;
	height: 206px;
	overflow: hidden;
	/*margin: 50px 0 0 50px;*/
}
#play * {
	font-size: 12px;
	font-family: Verdana;
	margin: 0;
	padding: 0;
}
#play .bg {
	position: absolute;
	margin-top: 212px;
	height: 40px;
	width: 350px;
	z-index: 1000;
}
#play .info{
	position: absolute;
	height: 42px;
	width: 350px;
	color: #fff;
	z-index: 1001;
	cursor: pointer;
}
#play .info b{
	font-size: 14px;
	display: block;
}
#play .link {
	position: absolute;
	margin: 176px 0 0 8px;
	height: 20px;
	width: 554px;
	z-index: 1002;

}
#play .link ul {
	list-style-type: none;
	width: 350px;
	height: 20px;
	display: block;
	padding-top: 1px;
}
#play .link ul li {
	width: 16px;
	height: 16px;
	float: left;
	background-color: #000;
	display: block;
	color: #fff;
	text-align: center;
	margin: 1px;
	cursor: pointer;
}
#play .link ul li.on {
	background: #fff;
	color: #000;
}
#play .link ul li.off {
	background: #000;
	color: #fff;
}
#play .list a {
	display: block;
	width: 554px;
	height: 206px;
	position: absolute;
	overflow: hidden;
}
#play .list a img {
	border: 0;
}

.rfbannerArea{
	top: 120px;
	left: 0px
}
