.previous_button {
  float:left;  
  width: 20px;
  height: 100px;
  background: url(/idx/lib/javascript/prototypeUI/carousel/themes/carousel/prototype-ui/horizontal/left2.png);
  z-index: 100;
  cursor: pointer;
}

.previous_button_over {
  background: url(/idx/lib/javascript/prototypeUI/carousel/themes/carousel/prototype-ui/horizontal/left_over2.png);
}

.previous_button_disabled {
  background: url(/idx/lib/javascript/prototypeUI/carousel/themes/carousel/prototype-ui/horizontal/left_disabled2.png);
  cursor: default;
}

.next_button {
  float:left;  
  width: 20px;
  height: 100px;
  background: url(/idx/lib/javascript/prototypeUI/carousel/themes/carousel/prototype-ui/horizontal/right2.png);
  z-index: 100;
  cursor: pointer;
}

.next_button_over {
  background: url(/idx/lib/javascript/prototypeUI/carousel/themes/carousel/prototype-ui/horizontal/right_over2.png);
}

.next_button_disabled {
  background: url(/idx/lib/javascript/prototypeUI/carousel/themes/carousel/prototype-ui/horizontal/right_disabled2.png);
  cursor: default;
}