/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{float: left; position:relative; margin: 30px 0 0 0;  width:696px; height:332px; z-index:0; /*border: 1px solid #ff55ff;*/}

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

div.content {position:absolute; visibility:hidden; left:0px; bottom:0px; width:900px; z-index:0;}

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

div#scrollbar {position:absolute; bottom:0; left:0px; width:696px; height:0; font-size:1px; z-index:0; }

div#track 		{position:absolute; left:11px; bottom: 8px; width:673px; height:3px; background: url(../immagini/track.gif) repeat-x; z-index:0; /*border: 1px solid #ff55ff; */}

div#dragBar 	{position:absolute; left:0; bottom: 0; width:500px; height: 2px !important; background-color:#c70000; z-index:0; margin: 0; padding: 0; border: 0; }

div#dragBar hr 	{display: none;}  

div#left 		{position:absolute; left:0; bottom:0; z-index:2; }  

div#right 		{position:absolute; right:5px; bottom:0; z-index:2; }  

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