#groundlist {
	padding:20px;
	overflow:hidden;
	position:relative;
}

#groundlist ul {
	list-style-type:none;
}
#groundlist #groundlist_items {
	width:960px;
}
#groundlist .groundlist_item {
	width:180px;
	float:left;
	margin:0 32px 20px 0;
	border-radius:4px;
	border:solid 1px #ccc;
	padding:9px;
	position:relative;
}
#groundlist .groundlist_item .li1 {
	height:135px;
	background:#f8f8f8;
	cursor:pointer;
}
#groundlist .groundlist_item .li1 p{
	text-align:center;
	padding:40px 0;
}
#groundlist .groundlist_item .li4 dt{
	width:60px;
	float:left;
}
#groundlist .groundlist_item .li4 dd{
	width:120px;
	float:right;
}
#groundlist .groundlist_item .li5 {
	clear:both;
}
#groundlist .groundlist_item .li6 {
}
#ground_description li {
	list-style-type:none;
}
#ground_description {
	width:400px;
	padding:19px;
	border-radius:4px;
	border:solid 1px #ccc;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	background:#fff;
	box-shadow: 2px 2px 4px #666
}
#ground_description_serif {
	position:absolute;
	top:0px;
	left:0px;
	width:7px;
	height:11px;
}
#ground_description_serif.serif_top {
	background:url(../images/groundlist/serif_top.gif) no-repeat;
}
#ground_description_serif.serif_bottom {
	background:url(../images/groundlist/serif_bottom.gif) no-repeat;
}


#trace{
	position:fixed;
	top:10px;
	left:10px;
}

