$(document).ready(function() {
    $('.slide').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	jQuery("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook',allow_resize: false});
	jQuery("a[class^='thickbox']").prettyPhoto({theme:'facebook',allow_resize: false});
});

