#leftcolumn {
  width:600px;
  height:485px;
  float:left;
}
#rightcolumn {
  margin-right:60px;
  width:290px;
  height:480px;
  float:right;
  position:relative;
  overflow:hidden;
}


#rightcolumn img.pagup,
#rightcolumn img.pagdown {
  cursor:hand;cursor:pointer;
  position:absolute;
  right:0px;
  z-index:1000;
  display:none;
}
#rightcolumn img.pagdown {
  right:0px;
  bottom:464px;
}

#pagescroller{
  position:absolute;
  top:0px;
  left:0px;
  padding-left:1px;
}