.img_row {
	height:220px; 
	width:100%;
	}
.img_row br {
	clear:both;
	}
.img_cell {
	overflow:hidden; 
	position:relative; 
	float:left; 
	height:220px; 
	width:33.1%; 
	}
.img_middle {
	width:33.31%; 
	}
.width25 {
	width:24.9% ;
	}
.img_cell[class] {
	display:table; 
	position:static;
	}
.img_outer {
	position:absolute; 
	top:50%; 
	width:100%;  /* for explorer only*/
	}
.img_outer[class] {
	display:table-cell; 
	vertical-align:middle; 
	position:static;
	}
		
.img_inner {
	position:relative; 
	top: -50%;  /* for explorer only */
	text-align:center;
	}
.img_inner img {
	border:2px solid #E7FFF5; 
	border-left-color:#006A00; 
	border-top-color:#006A00;
	}
.img_inner[class] {
	position:static;
	} /* optional */
	
	
#pagination {
	text-align:center; 
	}
#pagination a {
	color:#006A00; 
	margin-left:2em; 
	margin-right:2em; 
	padding:3px;
	}

	
