@charset "utf-8";
.gallery {
	background-color:#FFC; 
	height: 490px;
	width:auto;
	border:1px solid #333;
	overflow:auto;
}
.gallery .gfigure {
	height:180px; 
	width:130px; 
	float:left; 
	margin:10px 0 0 14px;
	border:none;
}
.gallery .gfigure img {
	width:130px;
	margin:0;
	padding:0;
	border:none;
}
.gallery .gfigure p {
	text-align:center;
}

/* IE 5/6 border erase bug */
* html #gallery {
	width:100%;
}

