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

$('#fontsizer').jfontsizer({
applyTo: 'body',
changesmall: '1',
changelarge: '1',
expire: 30
});

$("a[rel*=lightbox]").lightbox();



});
 
