#main {
	width: 988px;
	margin:auto;
	background: #ececec;
	padding: 5px;
	border: 1px solid #ccc;
	height:110px;
}

#image-list {
	list-style:none;
	height:110px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#image-list li{
	float:left;
	text-align:center;
	padding:5px;
	margin:0 0 0 0;
}

#image-list img {
	width: 100px;
	vertical-align: middle;
	margin-bottom:4px;
}


#image-list .remove_post_img {
	width: 16px;
	height: 16px;
}

#images{
	width:70px;
}