$(document).ready(function() { $("a[rel^='prettyPhoto']").prettyPhoto(); $("a[rel^='prettyPhoto']").prettyPhoto({ animation_speed: "fast", slideshow: false, autoplay_slideshow: false, opacity: 0.55, show_title: true, allow_resize: true, default_width: 500, default_height: 344, counter_separator_label: '/', theme: "dark_rounded", autoplay: true, modal: false, overlay_gallery: true, keyboard_shortcuts: true});});