
div.spotwrapper span.fldBoxImageWrapper{
	display: block;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

div.spotwrapper span.fldBoxImageWrapper img{
	width: 100%;
	height: auto;
}


/* crop images for specific grids */
div.grid_4 div.spotwrapper a.spotLink{
	min-height: 130px;
}

div.grid_4 div.spotwrapper span.fldBoxImageWrapper{
	max-height: 120px;
}

div.grid_6 div.spotwrapper a.spotLink{
	min-height: 210px;
}

div.grid_6 div.spotwrapper span.fldBoxImageWrapper{
	height: 160px;
}