/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
	 /* in div#wn change the width of div show images .default is 4oo width
	 table#ti defauls is 50px width.
	 table#tl td for change the image bottom name width,default is 50*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:600px; height:120px; z-index:100
	}
div#wn	{ 
	position:center; 
	left:0px; top:10px; 
	width:600px; height:120px; 
	clip:rect(0px, 487px, 100px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px;
	z-index:1;
	 }
table#t1 { width:50px;height:120px }
table#t1 td { width:100px; vertical-align:middle; text-align:center }  
td.arrows a { padding:0 1em }