.photo_line_wrapper {
	display:block;
	width:auto;
	height:132px;
	margin-bottom:5px;
	}
	
.each_photo { 
	display:block; 
	width:130px; 
	height:130px; 
	background-color:#0066FF; 
	float:left; 
	margin-right:5px; 
	border:1px solid #000000; 
	overflow:hidden;
 }

.each_photo_last {
	display:block; 
	width:130px; 
	height:130px; 
	background-color:#0066FF; 
	float:left; 
	border:1px solid #000000; 
	overflow:hidden;
	}

img {
	border:none;
	}
