

/*
  * TYPOGRAPHY
*/

Cufon.set('fontFamily', 'MyriadRegular');
Cufon.replace('.cufon', {
	hover: true
});
Cufon.replace('.f30, .f24, .f18,', {textShadow: '1px 1px white',
	color: '-linear-gradient(#cacaca, #787878)',
	hover: true
})
;Cufon.replace('.orange', {textShadow: '1px 1px white',
	color: '-linear-gradient(#ffba00, #ff6c00)',
});
Cufon.replace('.green, .mail, .tel, .green strong', {textShadow: '1px 1px white',
	color: '-linear-gradient(#77d83c, #4ea31b)',
	hover:  {
	color: '-linear-gradient(#ffba00, #ff6c00)'},
});

Cufon.set('fontFamily', 'Myriad Pro');
Cufon.replace('.mp, .cufons', { textShadow: '1px 1px white', 
	color: '-linear-gradient(#77d83c, #4ea31b)',
	hover:  {
	color: '-linear-gradient(#ffba00, #ff6c00)'}
});
Cufon.set('fontFamily', 'Myriad Pro');
Cufon.replace('.active', { textShadow: '1px 1px white', 
	color: '-linear-gradient(#ffba00, #ff6c00)',
});
Cufon.replace('.cufons.f48.grey,', {textShadow: '1px 1px white',
	color: '-linear-gradient(#cacaca, #787878)',
	hover: true
});

		$(document).ready(function(){
			$(".gallery:first a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'facebook',slideshow:2000, autoplay_slideshow: false});
			$(".gallery:gt(0) a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',slideshow:2000});
			
			$("#custom_content a[rel^='prettyPhoto']:first").prettyPhoto({
				custom_markup: '<div id="map_canvas" style="width:260px; height:265px"></div>',
				changepicturecallback: function(){ initialize(); }
			});

			$("#custom_content a[rel^='prettyPhoto']:last").prettyPhoto({
				custom_markup: '<div id="bsap_1237859" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6" style="height:260px"></div><div id="bsap_1251710" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6"></div>',
				changepicturecallback: function(){ _bsap.exec(); }
			});
		});
		
		$(function(){
			$('#slides').slides({
				preload: true,
				preloadImage: 'img/loading.gif',
				play: 3000,
				pause: 2500,
				hoverPause: true
			});
		});
