
.container { width:148px; height:192px; clear: both; margin-bottom: 38px;}

.picSlider{
	width: 100%;
	height: 100%;
	position: relative;
}
.picSlider-wrap{
	width: 100%;
	height: 100%;
	position: relative;
}

.picSlider-wrap > li{
	position: absolute;
	display: inline-block;
	list-style: none;
	width: 100%;
	height: 100%;
	text-align: center;
}
.picDot-wrap{
	width: 100%;
	position: absolute;
	bottom: -22px;
	text-align: center;
}
.picDot-wrap > li{
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color:#BDBDBD;
	border-radius: 7px;
	margin-right: 8px;
	transition:background-color 1s;
	cursor: pointer;
}

.picDot-wrap > .on{
	background-color: #666;
}

.picSlider li{line-height: 18px;}
.picSlider img{padding-bottom: 4px;}
.picSlider span{font-weight: bold; display: block; margin-bottom: 1px;}

