@charset "utf-8";
#ViewArea{
	width:100%;
	height:456px;
	overflow:hidden;
	float:left;
	z-index:1;
}
#ScrollArea{
	width:auto;
	position:relative;
	z-index:2;
}
#ScrollArea li{
        left:-20px;
	width:100%;
	float:left;
	position:relative;
	padding:0px 0px 0px 0px;
	text-align:left;
	list-style:none;
	font-size:1px;
	line-height:1px;
}
#boretitle{
    padding-top: 10px;
}
