* { margin: 0; padding: 0; }
#list{
line-height:20px;
}
body { font: 12px;background: url(imgs/body-bg.jpg) top center repeat-x white; }

p { font-size: 12px; line-height:20px }
a { outline: none; color: red;}
	a:hover { color: black; } 
a img { border: none; }
h1 { color: black; font-size: 12px; }
h3 { font-size: 12px;ss margin-bottom: 5px;}
.clear { clear: both; }

#page-wrap {
	margin: 20px;
	padding: 10px;
}

a.close {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 20px;
	height: 21px;
	background: url(imgs/close_button.jpg);
	text-indent: -9999px;
}

.photo_slider_img {
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
	overflow: hidden;
}

td {
	vertical-align: top;
}

.photo_slider {
	position: relative;
	width: 100px;
	height: 130px;
	padding: 10px;
	border: 1px solid black;
	overflow: hidden;
	margin: 25px 10px 10px 10px;
	background: white;
	float: left;
}

.info_area {
	display:none;
}

.more_info {
	display: block;
	width: 89px;
	height: 26px;
	background: url(imgs/moreinfo.jpg);
	text-indent: -9999px;
	cursor: pointer;
}
#foot{
font-family:微软雅黑；
font-weight:bold;
}