<!--
/* ==================================================== */
/*          ikg Website CSS DIFINE FILE                 */
/* ==================================================== */
.Container {
  position: absolute;
  top: 50px; left: 100px;
  width: 345px;
  height: 330px;
  background: #FFF url(../img/container_background.gif) no-repeat;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 300px;
  height: 330px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 80px;
  left: 350px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top:  80px;
}
.Scrollbar-Track {
  width: 20px;
  height: 290px;
  position: absolute;
  top: 100px;
  background: transparent url(../img/scrollbar_track.gif) no-repeat 8px 0;
}
.Scrollbar-Handle {
  position: absolute;
  width: 20px;
  height: 60px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top:  395px;
}
