$(document).ready(function(){
        if ( $('.gallery a').length ){
            $(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
        }
});
