@charset "utf-8";
/* CSS Document */




#fsn {
	position:relative;
	margin:-10px 0 0 30px;
	display:none;
	text-align:center;
	border:1px solid red;
	color:#666666;
	z-index:10;
	float:left;
	bottom:30px;
}
#fsn ul {
	position:relative;
	margin:0 auto 0;
	display:block;
	width:100px;
	height:12px;
	padding:0 0 0 0;
	overflow:hidden;
	list-style:none;
}
#fsn ul li, #fsn ul li a {
	display:block;
	float:left;
	width:13px;
	height:12px;
	margin:0 3px 0 0;
	padding:0;
}
fsn ul li a {
	float:none;
	border:none;
	margin:0;
	outline:none;
	text-indent:-5000px;
	text-decoration:none;
	background:url(slide.png) top;
}
#fsn ul li a:hover {
	background:url(slide.png) 0% 50% no-repeat;
}
#fsn .activeSlide, #fsn .activeSlide:hover {
	background:url(slide.png) bottom;
}
#button {
	
	display:block;
	text-align:center;
	color:#666666;
	float:left;
	top:-5px;
	*top:5px;
	height: 10px;
    text-align: center;
    width: 541px;
}
#button ul {
	position:relative;
	display:block;
	height:12px;
	padding:0 0 0 12px;
	top:0;
	overflow:hidden;
	list-style:none;
	
}
#button ul li, #button ul li a {
	display:block;
	float:left;
	width:13px;
	height:12px;
	margin:0 3px 0 0;
	padding:0;
}

#button ul li a {
	float:none;
	border:none;
	margin:0;
	outline:none;
	text-indent:-5000px;
	text-decoration:none;
	background:url(slide.png) top;
}
#button ul li a:hover {
	background:url(slide.png) 0% 50% no-repeat;
	*background:url(slide.png) 0% 73% no-repeat;
	
}
#button .activeSlide, #button .activeSlide:hover {
	background:url(slide.png) bottom;
	*background:url(slide.png) 0% 144% no-repeat;
}

