
#banner2a {
	position: absolute;
	width: 656px;
	height: 135px;
	left: 348px;
	top: 466px;
}

#pagi {
    position: absolute;
    width: 100%;
    height: 15px;
    top: 119px;
    display: inline-flex;
    margin: auto;
    justify-content: center;
    z-index: 9999;
}

#pagi a { 
  	width: 10px;
  	height: 10px;
  	text-indent: -999em;
  	background: #fff;
  	border-radius: 10px;
  	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	margin-right: 10px;
}

#pagi a {
  	background: #848484;
}

#pagi a.activeSlide {
    background: white;
}