/* ######## SLIDER BOXES ##### */

.box_wrap {
	float: left;
	position: relative;
	width: 286px;
	height: 191px;
	margin-right: 12px;
	overflow: hidden;
	}
	
#landscape img, #snow img, #urban_garden img, #coverage img {
	top: 0;
	left: 0;
	position: absolute;
	}
	
