#gallery {
	width:100%;
}

#gallery ul {
	list-style:none; 
	width:96%; 
	margin:auto;
}

#gallery ul li {
	float:left; 
	margin:12px 0;
}