Cufon.replace('h2,.nav a,.posts .box h3',{ fontFamily: 'Kozuka Gothic Pro OpenType', fontWeight:'bolder' });

$.include("js/jquery.prettyPhoto.js");
$.include("js/jquery.Scroller.js");
$.include("js/jquery.fadeEffect.js");

$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto();
	$('#marquee').SetScroller({	velocity: 5, orientation: 'vertical', startfrom: 'top'});//, startfrom: 'top'
	$("#titulos").fadeEffect();
	//$("#marquee ul").rotator({n: 3});
});
