/* CSS Document */
#banner img {
	border:0px
}
#banner {
	width:979px;
	height:223px;
	overflow:hidden;
	margin:0 0 0 0;
}
#play_bg {
	position:absolute;
	background-color:#000;
	margin-top:173px;
	height:50px;
	width:100%;
	filter: Alpha(Opacity=30);
	/*opacity:0.3;*/
	opacity:0;
	z-index:1000
}
#play_info {
	position:absolute;
	margin-top:180px;
	height:43px;
	width:100%;
	color:#fff;
	z-index:1001;
	cursor:pointer
}
#play_info b {
	font-size:14px;
	display:block
}
#play_text {
	position:absolute;
	margin-top:2px;
	margin-left:2px;
	height:50px;
	width:60px;
	z-index:1002;
}
#play_text ul {
	list-style-type:none;
	width:100px;
	height:50px;
	display:block;
	padding-top:1px;
	_padding-top:0px;
	filter: Alpha(Opacity=80);
	opacity:0.8;
}
#play_text ul li {
	width:20px;
	height:20px;
	float:left;
	background-color:#000;
	display:block;
	color:#FFF;
	text-align:center;
	margin:1px;
	cursor:pointer;
	font-family:"Courier New";
}
#play_list a {
	display:block;
	position:absolute;
	overflow:hidden
}
