jQuery(document).ready(function(){
	$('.destaque').cycle({
		timeout	: 8000, fx:'scrollRight'
	});
	$("a[rel^='galeria']").prettyPhoto();
});
