.road_container {
	height: 5000px;
	position: relative;
	width: 100%;
	overflow: hidden;
/*	min-height: 400px;
	background: black;*/
	/*margin: 50px 0 0 0;*/
}

.road_inner {
	/*padding: 50px 0;*/
    position: fixed;
}

.road_inner.stopped {
    position: absolute;
}

.road {
	min-height: 400px;
	background: #454046;
	position: relative;
	margin: 80px 0;
	overflow: hidden;
}

.road .road_bg {
	position: absolute;
	right: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	display: block;
	background: url('../img/road.jpg') right 0 repeat-x;
}

.crosswalk {
	height: 100%;
	width: 216px;
	position: absolute;
	right: 145px;
	top: 0;
	/*background: #454046 url('../img/crosswalk.jpg') 0 0 no-repeat;*/
}

.crosswalk_active {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../img/crosswalk_active_1.png') 0 0 no-repeat
}

.pedestrian {
	width: 82px;
	height: 70px;
	background: url('../img/pedestrian.png') 0 0 no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	margin-left: -45px;
	margin-bottom: -90px;
}

/*.sign {
	position: absolute;
	height: 70px;
	width: 70px;
	right: 110px;
	bottom: -80px;
	display: inline-block;
	background: #454046 url('../img/sign.jpg') 0 0 no-repeat;
}
*/
.car {
	width: 250px;
	height: 133px;
	position: absolute;
	padding-right: 50px;

	/*-webkit-transition: left 300ms ease;
	transition: left 300ms ease;*/
}

.car_1 {
	top: 262px;
	left: -300px;
	margin-left: -300px;
	background: url('../img/car_1.png') 0 0 no-repeat;
}

.car_2 {
	top: 145px;
	left: -300px;
	margin-left: -300px;
	background: url('../img/car_2.png') 0 0 no-repeat;
}

.signs {
	display: none;
}

.car_sign {
	width: 97px;
	height: 97px;
	background: url('../img/sign_rotated.png') 0 0 no-repeat;
	position: absolute;
	right: 445px;
}

.car_sign_1 {
	top: 36px;
}

.car_sign_2 {
	top: 151px;
}

.car_sign_3 {
	top: 267px;
}

.lines {
	display: none;
}

.line {
	width: 366px;
	height: 6px;
	position: absolute;
	right: 445px;
	background: #fff;
	display: block;
}

.line_1 {
	top: 139px;
}

.line_2 {
	top: 255px;
}
