.gallery { 
	width:100%; 
	float:left; 
}
.gallery ul{ 
	margin-left:20px;
	padding:0; 
	list-style-type:none;
}
.gallery ul li{ 
	padding:7px; 
	border:2px solid #ccc;
	float:left;
	margin:10px 5px;
	background:none; 
	width:auto; 
	height:auto;
}
.images {
	width:192px;
	height:192px;
}