

Cufon.replace('.btn-login', { fontFamily : 'Myriad Pro', textShadow: '2px 2px #666666' });
Cufon.replace('.slogan h2, .box-info h2, .box-buttons p, .items .item h2', { fontFamily : 'Myriad Pro' });

Cufon.replace('.box-buttons ul li a, .form-signup h2, .box-reports h2, .credits h2', { fontFamily : 'Myriad Pro', color:'-linear-gradient(#ffffff, #596a72)', textShadow: '2px 2px #333333' });

Cufon.replace('.box-buttons ul li.daily a', { fontFamily : 'Myriad Pro', color:'-linear-gradient(#ffffff, #189fc0)', textShadow: '2px 2px #333333' });

Cufon.replace('.item-comp h3, .item-comp2 h3', { fontFamily : 'Myriad Pro', color:'-linear-gradient(#2cafce, #0f99ba)' });
Cufon.replace('.item-intel h3, .item-intel2 h3', { fontFamily : 'Myriad Pro', color:'-linear-gradient(#d30c7e, #ad2172)' });
Cufon.replace('.item-basic h3, .item-basic2 h3', { fontFamily : 'Myriad Pro', color:'-linear-gradient(#fda300, #c77300)' });

Cufon.replace('.btn-start, .btn-phone, .no, .box-pricing .head h2, .box-pricing .head .price', { fontFamily : 'Myriad Pro', color:'-linear-gradient(#f6f8f9, #edf1f4)', textShadow: '1px 1px #666666' });
Cufon.replace('.btn-start span, .btn-phone span', { fontFamily : 'Myriad Pro' });

Cufon.replace('.box-buttons ul li.history span, .credits h2 span, .box-pricing .button', { fontFamily : 'Myriad Pro' });


$(function () {
	$('.slider').jcarousel( {
		initCallback: slider_initCallback,
		scroll: 1,
		wrap: 'both',
		auto: 3,
		// This tells jCarousel NOT to autobuild prev/next buttons
		buttonNextHTML: null,
		buttonPrevHTML: null
	});
});

function slider_initCallback (carousel) {
	$(".prev").click(function () {
		carousel.prev();
		return false;
	});
	
	$(".next").click(function () {
		carousel.next();
		return false;
	});
}
