

//$(function(){
jQuery(document).ready(function() {
    $('a.shoppingcart').fancybox({
        'width': '836',
        'autoScale': false,
        'showCloseButton': true
        //'showCloseButton': true,
        //onClosed: function(event, ui) { location.reload(); }

    });

});
