jQuery(function($) {
    $('.post-entry p:last').css({
       'padding-bottom' : '5px' 
    });
    
    $('#nav li:last-child').addClass('last');
    $('#footer li:last-child span').remove();
    $('#sidebar .widget_pages ul li ul li a, #sidebar .theme-widget-related-pages ul li ul li a').prepend('- ');
    
    $('.side-nav li:odd').addClass('odd');
    
    $('#slider ul').fader({
       'speed' : '600',
       'timeout' : '5000'
    });
    
    $('#rotator').fader({
        'speed' : '600',
        'timeout' : '5000'
    })
});

