.Container {
  overflow: hidden;
  width: 550px;
  height: 380px;
  background: transparent;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 550px;
  height: 380px;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  background-color: transparent;
  width: 556px; 
}

#Scrollbar-Container {
position: absolute;
right:-20px;
top: 0px;
}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}

.Scrollbar-Track {
  width: 11px; height: 380px;
  position: absolute;
  top: 30px; right: 0px;
  background: transparent url(../img/drag-sfondo.png) center repeat-y;
}

.Scrollbar-Handle {
  position: absolute;
  width: 11px; height: 59px;
  background-color: transparent;
}

.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px;
}


/**************************************/



.ContainerPopup {
  overflow: hidden;
  width: 550px;
  height: 410px;
  background: transparent;
}

#Scroller-1Popup { 
  position: absolute; 
  overflow: hidden;
  width: 550px;
  height: 410px;
}

.Scroller-ContainerPopup {
  position: absolute;
  top: 0px; left: 0px;
  background-color: transparent;
  width: 556px; 
}

#Scrollbar-ContainerPopup {
	position: absolute;
	right:-20px;
	top: 0px;
}

.Scrollbar-UpPopup {
  cursor: pointer;
  position: absolute;
}

.Scrollbar-TrackPopup {
  width: 11px; height: 410px;
  position: absolute;
  top: 0px; right: 0px;
  background: transparent url(../img/drag-sfondo.png) center repeat-y;
}

.Scrollbar-HandlePopup {
  position: absolute;
  width: 11px; height: 59px;
  background-color: transparent;
}

.Scrollbar-DownPopup {
  cursor: pointer;
  position: absolute;
  top: 187px;
}

