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

$(document).ready(function(){
     $("#korzina-bottom a#expand").live('click', function(){
        $("#korzina-center").slideToggle("slow");
     });
  
     $("#korzina-bottom-active a#turn").live('click', function(){
        $("#korzina-center").slideToggle("slow");
     });
});

