#NoteList {
	margin: -23px 20px 0px auto;
	float:right;
}

#article {
	width: 560px;
	height: 300px;
	margin: 20px 30px 0px 50px;
	position: relative;
	border-width: 0px;
	overflow: auto;
	padding: 0px;
}
#article .pic,#article .pic2 {
	margin: 5px 5px 5px 0px;
	padding: 5px;
	height: 200px;
	width: 200px;
	border: 1px solid #CCC;
	background-color:#FFFFFF;
	float:left;
	text-align: center;
}
#article .pic2 {
	float:right;
}
#article .pic .note,#article .pic2 .note {
	margin-top: 7px;
	font-size: 11px;
	color: #999999;
	line-height: 12px;
}
#article .line {
	border-bottom:dotted 1px #999999;
	width: 95%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#loading {
	margin: 10% 0% 0% 50%;
	width: 200px;
	height: 20px;
}
