//Cufon.replace('.dinbla',{fontFamily:'DINBla',hover:true});

$('#tabs').tabs();

$('#promos').cycle({
	fx:     'scrollHorz', 
	timeout: 8000,
  pager:  '#promo_pager',
	easing: 'easeInOutCubic',
	pause: true
});

$('#sponsors_rotator').cycle({
	fx: 'scrollHorz',
	timeout: 16000,
	speed: 400,
	next: '#cycle_next',
	prev: '#cycle_prev',
	pause: true
});

$('a.colorbox').colorbox({
	onComplete: $.fn.colorbox.resize()
});

