@charset "utf-8";

body, div, ul, li {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
body {
	background-color: #2A2A2A;
	text-align: center;
	font: 12px/20px Arial;

}
.box_jq22 {
	position:relative;
	width:492px;
	height:172px;
	background:#fff;
	border-radius:5px;
	border:8px solid #fff;
	margin:10px auto;
	cursor:pointer;
}
.box_jq22 .list {
	position:relative;
	width:490px;
	height:170px;
	overflow:hidden;
}
.box_jq22 .list ul {
	position:absolute;
	top:0;
	left:0;
}
.box_jq22 .list li {
	width:490px;
	height:170px;
	overflow:hidden;
}
.box_jq22 .count {
	position:absolute;
	right:0;
	bottom:5px;
}
.box_jq22 .count li {
	color:#fff;
	float:left;
	width:20px;
	height:20px;
	cursor:pointer;
	margin-right:5px;
	overflow:hidden;
	background:#F90;
	opacity:0.7;
	filter:alpha(opacity=70);
	border-radius:20px;
}
.box_jq22 .count li.current {
	color:#fff;
	opacity:1;
	filter:alpha(opacity=100);
	font-weight:700;
	background:#f60;
}
#tmp {
	width:100px;
	height:100px;
	background:red;
	position:absolute;
}
