/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

div#hold{ 
	position:relative; 
	overflow:hidden;
	width:598px; height:50px; 
	z-index:1000; 
}

div#wn	{ 
	position:absolute; 
	left: 0px; top:0px; 
	width:581px; height:50px; 
	clip:rect(0px, 581px, 50px, 0px); 
	overflow:hidden;	
	z-index:1100;
}

div#hold{
	position: relative;
}

div.content { 
	position:absolute;
	left:0px; top:0px; 
	z-index:1200; 
	width:581px;
}

div#up{
	position: absolute;
	left: 0;
	top: 0;
	z-index:1100;
}

div#down{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index:1100; 
}

/* Set small font-size or size/position of div's will be off in some browsers  */

div#scrollbar { 
	position:relative; left: 584px; top:13px;
	width:11px; height:30px; 
	font-size:1px;
	z-index:1100; 
}

div#track { 
	position:relative; left:0; top:11px;
  	width:11px; height:30px;
  	background: url('images/track.gif') #A63A22 repeat;
	z-index:1100; 
}

div#dragBar {
	position: absolute;
	top: 1px; left: 1px;
	width:9px; height:20px;
	background-color:#540E01;
	z-index:1100; 
}

#home_bottom{
	width: 598px;
	height: 70px;
	background-image: url('../images/ab_home_bottombg.jpg');
	background-repeat: no-repeat;
	position: relative;
	z-index: 800;
}

#home_sml_txt{
	color: #ffffcc;
	margin: 8px 10px 0 25px;
}