#slider_container {
	height: 500px;
	overflow: hidden;
	position: relative;
}

.bg_2 {
	position: absolute;
	width: 2200px;
	height: 600px;
	background: url(images/bg2.jpg) center top no-repeat;
}

.bg_1 {
	position: absolute;
	width: 2200px;
	height: 190px;
	margin-top: 410px;
	background: url(images/bg1.jpg) center bottom no-repeat;
}

.range_1, .range_2, .range_3, .range_4, .range_5, .range_6 {
	position: absolute;
/*****
	display: none;
*****/
}

.range_1 { z-index: 10; width: 220px; height: 170px; margin: 150px 0 0 0; background: url(images/1.png) center center no-repeat; }
.range_2 { z-index: 11; width: 290px; height: 220px; margin: 130px 0 0 80px; background: url(images/2.png) center center no-repeat;}
.range_3 { z-index: 12; width: 360px; height: 270px; margin: 110px 0 0 200px; background: url(images/3.png) center center no-repeat; }

.range_4 { z-index: 15; width: 520px; height: 290px; margin: 90px 0 0 290px; background: url(images/4.png) center center no-repeat; }
.range_5 { z-index: 14; width: 315px; height: 250px; margin: 115px 0 0 570px; background: url(images/5.png) center center no-repeat; }
.range_6 { z-index: 13; width: 260px; height: 190px; margin: 140px 0 0 720px; background: url(images/6.png) center center no-repeat; }

.lensflare {
	position: absolute;
	width: 100%;
	height: 420px;
	background: url(images/lensflare.png) center center no-repeat;
	z-index: 30;
}