div#hold 
{ 
	overflow:hidden;
	z-index:100; 
	position:relative; 
	width:510px; 
	height:270px; 
}

div#wn 
{ 
	overflow:hidden;	
	position:relative;
	z-index:1; 
	width:510px; 
	height:270px; 
	clip:rect(0px, 100px, 270px, 0px); 
}

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

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; 
  left:0; 
  top:0;
  width:11px; 
  height:270px; 
  font-size:1px; 
  z-index:1;
}
span.contenuto_scroll{
	font-size: 12px;
	color: #333333;
	font-family: verdana, sans-serif;
}

div#track 
{ 
  position:relative;
  left:-4px; 
  top:7px;
  width:1px; 
  height:275px;
  background:#015294;
  z-index:3;
}

/* BARRA DI SCORRIMENTO NEWS */
div#dragBar 
{
  width:9px; 
  background-color:	#015294;
  position:relative; 
  left:-5px; 
  top:0px;
  z-index:5;
  border: 1px solid #015294;
}  
 
div#up 
{ 
	position:absolute; 
	left:0; 
	top:0; 
	z-index:2 
}  
div#down 
{
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:3 
}  

/* Styles for demo, not necessary for scrolling layers */  
table#scroll_table
{
	width:510px;
	margin-top:10px;
}

table#scroll_table td
{
	border:solid 0px edebda;
}

table#scroll_table  td.left
{
	width:505px;
	text-align:left;
}
table#scroll_table  td#scrollLinks
{
	text-align:left;
}
