

/*new for new_engine*/


table.photo_land {
padding: 6px;
border: 1px blue solid;
background-color: #ddd;
//text-align: center; 
}
img.photo_land {
max-width:100%;
height:auto;
border-radius: 4%;
}


div.ne_photo_wrapper {
	width:auto;
	/*xheight:auto;*/
	max-width:100%; 
	/*height:100%;*/
	margin: 25px 10px 25px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #ddd;
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
  border: 1px blue solid;
}

img.ne_photo_self {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*height:auto;*/
	width:auto;
	max-width:100%;
	/*padding: 5em; 0em 0em 0em;*/
	border-radius: 4%;
}

div.ne_photo_cap {
	/*display: table-caption;*/
	/*caption-side: bottom;*/
	text-align:center;
	margin-top: 8px;
	color: #993300;
}

