@charset "utf-8";
/* CSS Document */

body, div, ul, li {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
body {
	font: 12px/20px "宋体";
}

img {
	border: none;
}
#box {
	position: relative;
	width: 636px;
	height: 326px;
	background: #000;
	margin:auto;
}
#box .list {
	position: relative;
	width: 636px;
	height: 326px;
	overflow: hidden;
}
#box .list li {
	top: 0;
	left: 0;
	width: 636px;
	height: 326px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#tex {	
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
}
#tex li{
	display:none;
}
#tex a{
	color:#fff;
	font-weight:bold;
	cursor: hand;
	text-decoration:none;}
#tex p{
	width:636px;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0;
	text-indent:10px;
	font-size:14px;
}

.btm{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 636px;
	height: 40px;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	overflow: hidden;
}

.tec{
	position: absolute;
	bottom: 0;
	overflow: hidden;
}

#box .list li.current {
	opacity: 1;
	filter: alpha(opacity=80);
}
#box .count {
	position: absolute;
	right: 3px;
	bottom: 8px;
	z-index:1;
}
#box .count li {
	color: #fff;
	float: left;
	width: 18px;
	height: 18px;
	line-height:18px;
	cursor: pointer;
	margin-right:4px;
	overflow: hidden;
	background: #696F42;
	opacity: 0.7;
	filter: alpha(opacity=80);
	text-align:center;
	border:1px solid #9CA767;
}
#box .count li.current {
	color: #fff;
	filter: alpha(opacity=80);
	font-weight: 700;
	background: #8E9B5B;
	border:1px solid #D0F87B;
}
#tmp {
	width: 100px;
	height: 100px;
	background: red;
	position: absolute;
}