.topScrollImag{
	/* max-width:100%; */
	min-width:100%;
}
.topScrollImagAreas{
	/* max-height:300px; */
	overflow:hidden;
}
.topScrollImagArea{
	text-align:center;
}
.topScrollCircleAreas{
	margin: -20px 0px 0px 0px;
	position: absolute;
	width:100%;
}
.topScrollCircles{
	margin: 0px auto;
	width: fit-content;
}
.topScrollCircle{
	float:left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ddd;
}
.topScrollCircleMargin{
	margin: 0px 2px;
}
.topScrollCircleSelected{
	background:#aaa;
}