/**
 * CCMS - www.myradegroot.nl, Custom Content Management System
 *
 * @copyright   Copyright (c) 2009 Spider Spider Digital Media and Dasplan Web Development ( http://www.spiderspider.nl/ - http://dasplan.nl/ )
 * @author      Robert Plass, Dasplan Web Development
 * @version     1.0
 *
 */

/**
 * boot
 */
$(document).ready(function(){

  $(".scroll-pane").jScrollPane();

  $("#pikaMe").PikaChoose();
  $("#pikaMe").SliderJS({
    window_width: 320,
    window_height: 55,
    list_width: 832,
    pikachoose: true
  });

});

