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