Cufon.replace('.a', {fontFamily: 'a', hover:true});
Cufon.replace('.top ul a,.ab,.titulo', {fontFamily: 'ab', hover:true});
Cufon.replace('h2', {fontFamily: 'a', hover:true});
Cufon.replace('h2 span', {fontFamily: 'ab', hover:true});
Cufon.replace('.top span', {fontFamily: 'al', hover:true, textShadow:'#000 1px 1px'});

$(function(){
	var option = {
		resizeLgImages: true,
		displayNav: true,
		handleUnsupported : 'remove',
		keysClose: ['c', 27], 
		players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']
	};
	Shadowbox.init(option);
	
	$('ul#banner').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '119px'
	});
	
	$('ul.banner').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '203px'
	});

});
