/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{position:relative; overflow:hidden; width:630px; height:380px; margin-left: 37px; margin-top: 60px; z-index:0; /*border: 1px solid #fff;*/}

div#wn		{position:absolute; left:0px; top:0px; width:630px; height:375px; clip:rect(0px, 630px,380px, 0px); overflow:hidden; z-index:1;  }

div.content {position:absolute; left:0px; top:0px; width:630px; z-index:1; }

/* Set small font-size or size/position of div's will be off in some browsers  */

div#scrollbar 	{position:absolute; top:0; left:668px; width:11px; height:300px; font-size:1px; z-index:1; border: 1px solid #ff0000; }

div#track 		{position:absolute; right: 3px; top:15px; width:5px; height:337px; background: url("immagini/track.gif") #336 repeat; z-index:1; }

div#dragBar 	{position:absolute; right: 0; top:11px; width:4px; height:5px; background-color:#bfce00; z-index:1; }  

div#up 			{position:absolute; right: 0; top:0; z-index:2 }  

div#down 		{position:absolute; right: 0; bottom: 10px; z-index:3 }  

/* Styles for demo, not necessary for scrolling layers */  
