/* CSS Document */
/*1*/
#container1{
	margin:0 auto;
	position:relative;
	width:1002px;
	height:60px;
	overflow:hidden;
}
#message1,
#message_copymsgid{
	margin:0;
	width:1002px;
	overflow:hidden;
}
#container1 ul{
	float:left;
	width:1002px;
	height:60px;
	overflow:hidden;
	clear:both;
}
#container1 li{
	float:left;
	text-align:center;
	width:1002px;
	height:60px;
	overflow:hidden;
	padding:0;
}
#container1 li img{
	width:1002px;
	height:60px;
	padding:1px;
	margin-bottom:10px;
	border:0px solid #999;
}

