
#Scroller-1_advert { 
  position: absolute; 
  right:0px;
  overflow: hidden;
  width: 828px;
  height: 450px;
    /*background: url(../img/affumicato.png);*/
}
#Scroller-1_advert p {
padding-left:20px;
  
}
.Scroller-Container_advert {
  position: absolute;
  top: 0px; right: 0px;
  text-decoration:none;
  height:2040px;  /*questo è da aggiustare a seconda dell'altezza dei contenuti nell'area */
}

#Scrollbar-Container_advert {
  position: absolute;
  top: 0px; left: 210px;
  z-index: 2;
}

.Scrollbar-Track_advert {
  width: 9px; height: 450px;
  position: absolute;
  top: 0px; left: 628px;
  background:  url(../img/track.jpg);  
}
.Scrollbar-Handle_advert {
  position: absolute;
  width: 9px; height: 9px;
  padding-top:8px;
  background: url(../img/handle.png) no-repeat center center;
  border: 2px;
}
.Scrollbar-Handle_advert:hover {
  background: url(../img/handle_hover.png) no-repeat center center;
}
#area_scrollabile{
  z-index:0;
  position:relative;
  text-align:right;
  /*margin:0 auto;*/
  margin-top:20px;
  width:828px;
  padding:0px;
}
#testi_advertising{
  text-align:left;
  position:absolute;
  font-size:12px;
  margin:20px;
  margin-top:40px;
  /*padding-right:10px;*/
  color:#b7b7b7;
  background: #EFF4FA url(../img/ics.gif) no-repeat top right;
  background-position: 116px 2px;
  margin-left:8px;
}
#testi_advertising a{
  color:#b7b7b7;
  cursor:hand;
}

.Scroller-Container_advert p.download{
  font-size:10px;
  color:#b7b7b7;
  margin-right:17px;
}



