

div#hold { position:relative; width:990px; height:50px; z-index:1000; } 

div#wn { position:relative; left:0; top:0; width:990px; height:50px; z-index:1; 
clip:rect(0, 990px, 40px, 0); overflow:hidden; } 

div#cnt { position:absolute; 
z-index:1 } 
/* width of table = number of items * scroller width Setting width 
on table and width and height on table cell needed for this example because 
images vary in size and don't fill scroller space */ 

table#imgTbl 
{ 

width:2475px;
height:50px;

border-top-width: 10px;
border-left-width: 0px;
border-color: #9c2239; 
border-style: solid none none none;
	padding: 0px;
	margin: 0px;
} 

table#imgTbl td { width:99px; height:50px; vertical-align:left; } 