.the_stages_of_construction{
	max-width: 640px;
	margin: 30px auto 0;
}
.the_stages_of_construction .row{
	position: relative;
	clear: both;
}
.the_stages_of_construction .stages{
	float: left;
	width: 260px;	
	border: 2px dotted #393738;
	padding: 15px 5px;
	height: 180px;
	margin-bottom: 70px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

.the_stages_of_construction .row:nth-child(even) .stages.l{
	float: right;
}
.the_stages_of_construction .stages_raz{
	float: left;
	width: 120px;	
	min-height: 180px;
}
.the_stages_of_construction .stages img{
	display: block;
	margin: 0 auto;
}
.the_stages_of_construction .stages span{
	display: block;
	font: normal 12px/16px Arial;
	text-align: center;
	margin: 10px 0;
}
.the_stages_of_construction .row:nth-child(odd) .stages_raz{
	background: url("/images/the_stages_of_construction/arrow.png") no-repeat center bottom;
}
.the_stages_of_construction .row:nth-child(even) .stages_raz{
	background: url("/images/the_stages_of_construction/arrow_ago.png") no-repeat center top;
}
.the_stages_of_construction .row:nth-child(even) .stages_raz{
	float: right;
}
.the_stages_of_construction .row:nth-child(odd):after{
	content:"";
	display: block;
	width: 56px;
	height: 86px;
	bottom: -260px;
	position: absolute;
	right: -65px;
	background: url("/images/the_stages_of_construction/arrow_left.png") no-repeat;
}
.the_stages_of_construction .row:nth-child(even):after{
	content:"";
	display: block;
	width: 56px;
	height: 86px;
	bottom: -260px;
	position: absolute;
	left: -65px;
	background: url("/images/the_stages_of_construction/arrow_right.png") no-repeat;
}
.the_stages_of_construction .stages.last{
	width: 100%;
	margin-bottom: 30px;
}
.the_stages_of_construction .row:last-child:after{
	background: none !important;
	height:0 !important;
	width: 0 !important;
}