﻿.ScrollerContainer 
{
  position: relative; 
  overflow: hidden;
  float:left;
  height: 100%;
  width:95%;
 
}
.ScrollerContainer p
{
    margin: 0; 
}
#Scroller-1 { 
  position: relative; 
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#Scroller-1 p {
  margin: 0; 

}
.ScrollerContent{
  position: absolute;
  top: 0px; 
  left: 0px;
}
.Scrollbar-Track {
  width: 9px; height: 130px;
  position: relative;
  top: 0px; left: 6px;
  background-color: Transparent;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 9px; height: 9px;
  background-color: #788386;
  cursor:pointer;
  z-index:200;
}
.Scrollbar-VerticalLine
{
	position:absolute;
	width:1px;
	background-color:#788386;
	height:100%;
	left:4px;
	top:0px;
	z-index:1;
}
.Scrollbar-Up
{
	cursor:pointer;
}

.Scrollbar-Down
{
	cursor:pointer;
}

