/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
/*div#hold	{
	position:absolute;
	overflow:hidden;
	width:548px;
	height:55px;
	z-index:100;
	background-image: url(../images/logoFrame.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 10px;
	left: 263px;
	}
div#wn	{ 
	position:absolute; 
	left:3px; top:0px; 
	width:548px; height:55px; 
	clip:rect(0px, 548px, 55px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}*/

div#arrowLeft
{
	position: absolute;
	top: 28px;
	z-index: 2000;
	left: 251px;
}
div#arrowRight
{
	position: absolute;
	top: 26px;
	z-index: 2000;
	left: 802px;
}

