﻿body
{
}
img{
	behavior: url('/style/iepngfix.htc');
}
.runImgimgList {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.runImgimgList li {
	position:absolute;
	top:0;
	left:0;
}
.runImgcountNum {
	position:absolute;
	right:0;
	bottom:5px;
}
.runImgcountNum li {
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	border-radius:20px;
	background:#f90;
	text-align:center;
	margin-right:5px;
	cursor:pointer;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.runImgcountNum li.current {
	background:#f60;
	font-weight:bold;
	opacity:1;
	filter:alpha(opacity=70);
}
