div#navBanner { 
	position: relative;
	width: 1100px;
	height: 30px;
	text-align:center;
	top:510px;
	margin:auto;
	z-index:999;
}
#navi {height: 30px;}
#navi li {list-style: none;}
#navi a {
	display: inline-block;
	width: 17px;
	height: 10px;
	background: url('../images/btn/bullet.png') no-repeat 0 0;
	padding-top: 8px;
	text-indent:-9999px;
}
#navi a.activeSlide {
	background: url('../images/btn/bullet.png') no-repeat -17px 0;
}
#navi a:focus {
	outline: none;
}

#next { position:absolute; right:0; background:none; top:260px; z-index:999;}
#prev { position:absolute; left:0; background:none; top:260px; z-index:999}