
.container, .container img{width:213px; height:201px;}
/*.container{border:1px solid #333;}*//*changed by hehao on 3-24*/
.container img{border:0;}


.num{ position:absolute; left:5px; bottom:5px;}
.num li{
	float: left;
	list-style:none;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 1px;
	background-color: #b3c0c3;
}
.num li.on{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	border: 0;
	background-color: #668187;
	font-weight: bold;
}

