@charset "utf-8";
/* CSS Document */
/*//////////////////////////*/
/*///// ABL-1100-F 2021 ////*/
/*//////////////////////////*/
#abl1100f21 {
	width: 550px;
	height: 350px;
	overflow: hidden;
}
#abl1100f21 a {
	position: absolute;
}
#abl1100f21 a img {
/*	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;*/
}
#abl1100f21 a:nth-of-type(1) {
	animation-name: fader;
	animation-delay: 6s;
	animation-duration: 2s;
	z-index: 20;
}
#abl1100f21 a:nth-of-type(2) {
	z-index: 10;
}
#abl1100f21 a:nth-of-type(n+3) {
	display: none;
}
/*//////////////////////////*/
/*///// ABL-1100-F 2019 ////*/
/*//////////////////////////*/
#abl1100f19 {
	width: 550px;
	height: 350px;
	overflow: hidden;
}
#abl1100f19 a {
	position: absolute;
}
#abl1100f19 a img {
/*	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;*/
}
#abl1100f19 a:nth-of-type(1) {
	animation-name: fader;
	animation-delay: 6s;
	animation-duration: 2s;
	z-index: 20;
}
#abl1100f19 a:nth-of-type(2) {
	z-index: 10;
}
#abl1100f19 a:nth-of-type(n+3) {
	display: none;
}
@keyframes fader {
from {
 opacity: 1.0;
}
to {
	opacity: 0.0;
}
}
/*//////////////////////////////////////*/
/*//////////// department-of-national-parks /////////////*/
/*//////////////////////////////////////*/
#headerDNP {
  height: 430px;
  width: 570px;
  float: left;
}
.headerDNPimg {
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 420px;
  width: 570px;
  position: absolute;
}
/* HEADER TEXT */
#DescriptionDNP {
  width: 380px;
  height: 32px;
  float: left;
  padding-top: 12px;
  display: block;
  text-align: left;
}
/* CONTROLS */
.btnDNP {
  height: 50px;
  width: 44px;
  float: left;
  cursor: pointer;
}
#backDNP {
  background-image: url("../../images/btn_circle-back.png");
  background-position: center;
}
#nextDNP {
  background-image: url("../../images/btn_circle-next.png");
  background-position: center;
}
#controlDNP {
  background-image: url("../../images/btn_circle-pause.png");
  background-position: center;
}
/* HEADER HAVIGATION */
#headerDNPnav-outer {
  position: relative;
  top: 370px;
  width: 570px;
  z-index: 99998;
}
#headerDNPnav {
  /*	padding-left:32px;*/
}
/*//////////////////////////////////////*/
/*//////////// department-of-national-parks Off road /////////////*/
/*//////////////////////////////////////*/
#headerDNPOR {
  height: 390px;
  width: 570px;
  float: left;
}
.headerDNPORimg {
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 390px;
  width: 570px;
  position: absolute;
}
/* HEADER TEXT */
#DescriptionDNPOR {
  width: 340px;
  height: 32px;
  float: left;
  padding-top: 12px;
  display: block;
  text-align: left;
}
/* CONTROLS */
.btnDNPOR {
  height: 50px;
  width: 44px;
  float: left;
  cursor: pointer;
}
#backDNPOR {
  background-image: url("../../images/btn_circle-back.png");
  background-position: center;
}
#nextDNPOR {
  background-image: url("../../images/btn_circle-next.png");
  background-position: center;
}
#controlDNPOR {
  background-image: url("../../images/btn_circle-pause.png");
  background-position: center;
}
/* HEADER HAVIGATION */
#headerDNPORnav-outer {
  position: relative;
  top: 330px;
  width: 570px;
  z-index: 99998;
}
#headerDNPORnav {
  /*	padding-left:32px;*/
}