$(document).ready(function(){

	// Slideshow
        $('.scroller').cycle({
            	fx: 		'fade' ,
		timeout:    7000,
		speed: 		500
        });




});
