$(document).ready(function() {

    /* Project details */
    /************************************/
    if($('#slider').length) {
        $('#slider').easySlider();
        $("a[rel^='prettyPhoto']").prettyPhoto({
            showTitle: false,
            theme: 'facebook'
        });
    }
    
});
