jQuery(document).ready(function(){
	jQuery('#slider').cycle({fx:'fade', random: 1, timeout: 5000});
	jQuery("a[rel^='lightbox']").prettyPhoto();
});