$(document).ready(function() {
$("a[rel^='prettyPhoto']").prettyPhoto({  theme: 'facebook', overlay_gallery: false });


$('#fader').innerfade({ 
		animationtype: 'fade'/*Type of animation 'fade' or 'slide' (Default: 'fade')*/, 
		speed: 'normal'/*Fading-/Sliding-Speed in milliseconds or keywords (slow, normal or fast) (Default: 'normal')*/, 
		timeout: '5000'/*Time between the fades in milliseconds (Default: '2000')*/, 
		type: 'random_start' /*Type of slideshow: 'sequence', 'random' or 'random_start' (Default: 'sequence')*/, 
		containerheight: 200/*Height of the containing element in any css-height-value (Default: 'auto')*/,
		runningclass: 'innerfade'/*CSS-Class which the container get's applied (Default: 'innerfade')*/,
		children: null/*optional children selector (Default: null)*/
   }); 

});

