jQuery(document).ready(function($) {
    
    $.extend($.gritter.options, { 
            //fade_in_speed: 'medium', // how fast notifications fade in (string or int)
            //fade_out_speed: 2000, // how fast the notices fade out
            time: 2000
            , sticky : false
    });
    
    $("input:file").uniform();
    $("select").uniform({selectClass: 'selector inline'});
    
});



