#BannerArea {
	width:210px;
	height:172px;
	overflow:hidden;
	position:relative;
}
#pic img {
	width:210px;
	height:172px;
}
#pic {
	width:100%;
	height:auto;
	overflow:hidden;
}
#img_text {
	width:100%;
	height:35px;
	position:absolute;
	bottom:0px;
	left:0px;
}
ul#play {
	float:left;
	width:100%;
	padding:0px;
	display:inline;
	margin:5px 0px 0px 6px;
	list-style-type:none;
}
ul#play li {
	background:url(../images/swf_nav-link.gif);	
	font-weight:bold;
	float:left;
	margin-left:5px;
	display:inline;
	width:25px;
	cursor:pointer;
	line-height:26px;
	height:26px;
	text-align:center;
}

ul#play li.hover{
	background:url(../images/swf_nav-hover.gif);	
}

