

#top_slide{
	width:950px;
	height:120px;
	margin:auto;
}
#ViewArea{
	width:920px;
	height:100%;
	overflow:hidden;
	float:left;
	z-index:1;
	position:relative;
}
#ScrollArea{
	width:auto;
	float:left;	
	position:relative;	
	z-index:2;
}
#ScrollArea li{
	float:left;
	position:relative;	
	padding:0 8px 0 8px;
	text-align:center;
	list-style:none;
	width:120px;
}
#ScrollArea p{
	font-size:12px;
}
#Leftbtn{
	width:15px;
	height:100%;
	overflow:hidden;
	float:left;
	z-index:1;
	background:url(/img/toppage/top_slide_btn_L.gif) no-repeat center left;
}

#Rightbtn{
	width:15px;
	height:100%;
	overflow:hidden;
	z-index:1;
	background:url(/img/toppage/top_slide_btn_R.gif) no-repeat center right;
}

#HiddenImage{
	visibility:hidden;
}
