$(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_square'});
    $(".pp_pic_holder").draggable();
});
