/* CSS Document */
#change_pics {
	top: 37px;
	left: 425px;
	width: 455px;
	height: 332px;
	position: absolute;
}
#pic1 {
	width: 455px;
	height: 332px;
	background-image: url('../images/home/return_conveyer.jpg');
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
}
#pic2 {
	width: 455px;
	height: 338px;
	background-image: url('../images/home/front_loader.jpg');
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
}
#pic3 {
	width: 455px;
	height: 332px;
	background-image: url('../images/home/off_loader.jpg');
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
}
#pic4 {
	width: 455px;
	height: 332px;
	background-image: url('../images/home/scissor_lift.jpg');
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
}
