.pageslider
{
  width: 120px; 
  height: 100px;
  float:right;
  position:relative;
}
.pageslider .slides_container
{
  position: absolute; 
  overflow: hidden; 
  left: 0px; 
  top: 0px; 
  width: 120px; 
  height: 100px;
}
.pageslider .slides_container img
{
  margin:0 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
