$(document).ready(function() {


      $('.slideshow').cycle({
		      fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		      timeout: 4000,
		      random: 1
    	});

    
    $("a[rel^='photo[maxigallery]']").prettyPhoto({
        theme: 'dark_rounded',
        social_tools: false
    }); 


});
