/* 
 * 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:true
  });


  $(".center_image").click(function(){
        if (typeof($("a",".relative .product_description").attr("href"))!="undefined"){
      document.location = $("a",".relative .product_description").attr("href");
      }
      return false;
  })
});