/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


$(function() {
  $("div.scrollable").scrollable();
});
$(function (){
  $("#pikame").PikaChoose({
    show_captions:true,
    slide_enabled:false,
    auto_play: false,
    show_prev_next:false
  });
});