$("a[rel^='prettyPhoto']").prettyPhoto({theme: 'facebook',slideshow:5000, autoplay_slideshow:true});

$(".scrollable").scrollable({
        circular: true,
        speed:1200,
        mousewheel: true
    }).navigator().autoscroll({
	interval: 9000
});

