.flashPlace {
	width:927px;
	height:280px;
	margin:0 auto;
	padding:0;
	position:relative;
	overflow:hidden;
}
/*.ja-slideshow-case { z-index:10000; position:absolute; margin:20px 0 0;}*/
.flashPlace ul {
	background:url(../slide-images/number.gif) no-repeat 663px 0px;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	/*height:280px;*/
	width:267px;
	padding:0 0 124px 640px;
	margin:0;
	z-index:1000;
}
.flashPlace ul li {
	float:left;
	width:24px;
	height:22px;
}
.flashPlace ul li a {
	background:url(../slide-images/number-single.gif) no-repeat 0 0;
	width:24px;
	height:22px;
	display:block;
	text-align:center;
	font:bold 11px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
}
.flashPlace ul li a.prev {
	position:absolute;
	top:92px;
	left:15px;
	width:142px;
	height:69px;
	text-indent:-1800000px;
	background:url(../slide-images/prev.gif) no-repeat 0 0;
}
.flashPlace ul li a.prev:hover {
	background:url(../slide-images/prev.gif) no-repeat 0 0;
}
.flashPlace ul li a.next {
	position:absolute;
	top:92px;
	right:-5px;
	width:97px;
	height:69px;
	text-indent:-1800000px;
	background:url(../slide-images/next.gif) no-repeat 0 0;
}
.flashPlace ul li a.next:hover {
	background:url(../slide-images/next.gif) no-repeat 0 0;
}
.flashPlace ul li a.active {
	visibility:hidden;
}
.flashPlace .ps {
	display:none;
}
