.SlidePics{
	width:380px;
	height:210px;
	overflow:hidden;
	position:relative;
}.SlidePics .Pic img{
	width:380px;
	height:210px;
}
.SlidePics .Title{
	height:30px;
	width:380px;
	position:absolute;
	z-index:1000;
	left:0;
	bottom:0;
}
.SlidePics .Title ul{
	padding:5px 0 0 0;
	margin:0;
	height:25px;
	float:right;
}
.SlidePics .Title ul li{
	padding:0;
	margin:0 3px 0 0;
	height:20px;
	float:left;
	list-style:none;
	line-height:20px;
	width:20px;
	text-align:center;
	background:#000;
	color:#FFF;
	cursor:pointer;
}
.SlidePics .Title ul li.on{
	background:#c00;
}