
#container{
	margin:0 auto;
	position:relative;
	margin-top:10px;
	width:960px; 
	height:200px;
	overflow:hidden;
}
#message,
#message_copymsgid{
	margin:0; 
	width:960px;
	overflow:hidden;
}
#container ul{
	float:center;
	width:960px;
	height:200px;
	overflow:hidden;
	clear:both;
}
#container li{
	float:left;
	text-align:center;
	width:180px;
	height:200px;
	line-height:180px;
	overflow:hidden;
	border:1px solid #ccccccc; 
}
#container li img{
	width:120px;
	height:160px;
	margin:3px;
	padding:8px;
	border:1px solid #999;
}
