Cufon.replace('h1, h2, h3, .box-eventy .pos a', {
	fontFamily: 'Helvetica Neue LT Pro'
});

Cufon.replace('#bottom-menu a, #menu-top a', {
	hover: true} );

/************************************************************* */

$(document).ready(function()
{
	$('.clearField').clearField();

	$('.page_partnerzy img').tooltip({
		track: true,
		delay: 0,
		showURL: false,
		showBody: " -=- ",
		fade: 150
	});

	_initPartnerzyScroll();
	
	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
});

function _initPartnerzyScroll()
{
	$("#partnerzy_scroll").smoothDivScroll({
		scrollingHotSpotLeft: "a.scrollingHotSpotLeft",
		scrollingHotSpotRight: "a.scrollingHotSpotRight",
		scrollingSpeed: 1,
		autoScroll: "onstart",
		autoScrollDirection: "endlessloop",
		autoScrollSpeed: 1,
		mouseDownSpeedBooster: 3
	});
}
