@charset "utf-8";
/* CSS Document */

#xwt
{
	width:260px;
	height:220px;
	overflow:hidden;
	float:left;
	margin:0px 0 0 0px;
}
.focusBox { position: relative; width: 260px; height: 220px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; border:solid 0px #d6d6d6; padding:0px; }
	.focusBox .pic img {  width: 260px; height: 220px; display: block; }
	.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 24px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 24px; width:100%; overflow: hidden; }
	.focusBox .txt li{ height:24px; line-height:24px; position:absolute; bottom:-24px; width:160px; overflow:hidden;}
	.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px;  text-decoration: none; }
	.focusBox .num { position: absolute; z-index: 3; bottom: 4px; right: 5px; }
	.focusBox .num li{ float: left; position: relative; width: 16px; height: 14px; line-height: 14px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
	.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
	.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#2d95b8;  }


#xwnr
{
	width:300px;
	float:right;
}

