#headerimgs{
	height:500px;
	overflow:hidden;
}
.headerimg{
	background-position:center top;
	background-repeat:no-repeat;
	/*height:600px;*/
}
#headertxt{
	position:absolute;
	top:230px;
	width:630px;
}
#firstline{
	font-family:"Courier New", Courier, monospace;
	background-image:url("../img/slideshow/textbg.png");
	color:#333;
	height:130px;
	font-size:25px;
	line-height:28px;
	color:#900;
	display:block;
	padding:0 20px;
}
#secondline_pointer{
	background-image:url("../img/slideshow/secondline_pointer_bg.png");
	display:block;
	clear:both;
	top:583px;
	height:17px;
	width:590px;
	position:absolute;
}
#secondline{
	background-image:url("../img/slideshow/secondline_bg.png");
	color:#fff;
	text-decoration:none;
	font-size:16px;
	padding:20px;
	display:block;
	clear:both;
	top:600px;
	width:590px;
	position:absolute;
}

/* CONTROLS */
#headernav-outer{
	top:700px;
	position:absolute;
}
#headernav{
	padding-left:500px;
}
.btn{
	height:32px;
	width:32px;
	float:left;
	cursor:pointer;
}
#back{background-image:url("../img/slideshow/btn_back.png");}
#next{background-image:url("../img/slideshow/btn_next.png");}
#control{background-image:url("../img/slideshow/btn_pause.png");}