@charset "utf-8";
/* CSS Document */

.gallery
{ 
 width:100%;
 background:#FFF;
 float:left;
}

.gallery img
{
	width:27%;
	height:27%;
	margin:5px;
	float:left;
	border:#999; 
}
