#banner .iten-slider {
	display:none;
	width:100%;
	margin:0 auto;
}
#slideshowNav {
	position:absolute;
	width:70px;
	height:18px;
	margin:10px 0 0 430px;
	text-align:left;
	z-index:20;
}
#slideshowNavPager {
	float:left;
}
#slideshowNav a {
	display:block;
	float:left;
	width:10px;
	height:10px;
	margin:0 0 0 5px;
	background:url(../images/img-no-active.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
#slideshowNav a span {
	display:block;
	float:left;
	margin:0 0 0 5px;
	padding:3px 0 0 0;
}
#slideshowNav a.activeSlide {
	width:10px;
	height:10px;
	background:url(../images/img-active.png) no-repeat;
	text-indent:-9999px;	
}
#slideshowNav a:focus {
	outline:none;
}

