/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:586px; height:230px; z-index:100 /*width=500px*/
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:4px; 
	width:586px; height:230px; /*500px width*/
	clip:rect(0px, 586px, 230px, 0px); /*500px*/
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
  
/* Styles for demo, not necessary for scrolling layers */  

table.main { 
  width:586px; margin:auto; /*width=500px*/
 /* background-color:#fff; border: 1px solid #313131*/
  }
td.arrows { padding: 0 0 0 0; width: 18px; background-color: #313131; text-align: center}
td.brandlogo { padding: 0 4px 0 4px }