/* index scroll css*/
.Container3 {
  position:relative;
  width: 690px;
  height:180px;
}
#Scroller-3{ 
  position:relative;
  overflow: hidden;
  width:680px;
  height:165px;  
}
#Scroller-3 p{
  margin: 0 0 8px; 
  font-size: 11px;
  color: #383838;
  text-align:justify;
  font-family:Arial, Helvetica, sans-serif;
  padding:0px;
}
.Scroller-Container{
  position:relative;
  top: 0px;
  left: 0px;
}

#Scrollbar-Container{ position:relative; top:-175px;}

.Scrollbar-Track{
  width:4px;
  height:152px;
  position:absolute;
  left:690px;
  top:0px;
  background-color:#d9d9d9;
}
.Scrollbar-Handle{
  position: absolute;
  top: 0px; left: 0px;
  width:4px; height: 30px;
  background-color: #c90514;
}