@charset "utf-8";
html,body{
	height:100%;
}
.slider,dl,dd{
	width:100%;
	height:100%;
	position:relative;
	z-index:2;
}
body,dl,dt,dd,td{
	margin:0;
	padding:0;
	font-size:14px;
}
img{
	border:none;
}
dd{
	position:absolute;
	left:0;
	top:0;
}
dl,dt{
	display:none;
}
.bg{
	position:absolute;
	bottom:0;
	background:#000;
	height:33px;
	width:100%;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index:99;
}
.handle{
	position:absolute;
	bottom:0;
	width:100%;
	z-index:100;
	border-collapse: collapse; 
	border-spacing: 0;
	table-layout:fixed;
}
.message{
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#fff;
	line-height:33px;
	padding-left:6px;
}
.pagination{
	position:absolute;
	bottom:5px;
	right:5px;
	z-index:100;
	padding:0 8px 0 14px;
}
.pagination a{
	display:inline-block;
	width:10px;
	height:10px;
	line-height:0;
	font-size:0;
	background:url(../images/focus.png) no-repeat;
	_background-image:url(../images/focus_ie6.png);
	margin-right:10px;
}
.pagination .on{
	background-position:bottom;
}