div#hold	{ 
	position:relative; overflow:hidden;
	width:320px; height:165px; margin-right: 20px;
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:320px; height:165px; 
	clip:rect(0px, 320px, 165px, 0px); 
	overflow:hidden;	
	z-index:51; 
	
	}
div#lyr1 { 
	position:absolute; visibility:hidden;
	left:0; top:0; 
	z-index:51; 
	width: 320px;
	
	}

div#scrollbar { 
  position:absolute; right:0; top:10px;
  width:13px; height:155px; 
  font-size:1px; z-index:51;
  }
 
div#track { 
  position:absolute; left:0; top:16px;
  width:13px; height:123px; 
  z-index:51;
  background: transparent url(../img/scroll_bg.gif) repeat-y top center;
  }
  
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:11px; height:6px;
  background: #ff861b url(../img/scroll_mid.gif) no-repeat center;
  font-weight: bold;
  z-index:51;
  cursor: pointer;
  }  
  
div#up { position:absolute; left:0; top:0; z-index:52; }  
div#down { position:absolute; left:0; bottom:0; z-index:53; }  


* html div#scrollbar{ right: -1px; }
* html div#track{ height:121px; }


.fullContent div#hold { height:265px; }
.fullContent div#wn { height:265px; clip:rect(0px, 320px, 265px, 0px); }
.fullContent div#scrollbar { height:255px; }
.fullContent div#track { height:223px; }
* html .fullContent div#track{ height:221px; }

div#scrollbar a.fechar{ position: absolute; top: -20px; left: -2px; }