/* CSS Document */
BODY {
margin:0;
padding:0;
background:url('images/layout/background.jpg');
background-repeat:repeat-x;
overflow:hidden;
}

.image {
border: 1px solid #999999;
margin:0px; margin-left: 10px; margin-rigth: 10px;
}

/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
/*	 border: 1px solid red;
	 z-index:100 */
	 position:relative;
	 width:430px; 
	 height:180px;
	 overflow:hidden; 
	}
div#wn	{ 
/*	
	left:0px; top:0px; 
	z-index:1; */
	clip:rect(0px, 414px, 160px, 0px);position:absolute;
	overflow:hidden;
	width:430px;
	height:180px; 
	}
div#lyr1	{ 
/*	 
	left:0px; top:0px;*/  
	visibility:hidden;position:absolute;
	z-index:1;  
	}

table.main { 
  width:430px;  height:160px; 
  
  }

