jQuery(document).ready(function(){
	var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
	if(IE6){ $('#site').pngFix(); }

	/* Cufon */
	Cufon.replace('.cufon', {hover: true });
	Cufon.replace('.cufon2', {hover: true, textShadow: '-1px -2px #4f5f01'});
	Cufon.replace('.cufon3', {hover: true, textShadow: '-1px -1px #c39500'});
	Cufon.replace('.cufon4', {hover: true, color: '#ffffff'});
	/* Cufon  color: '-linear-gradient(#ee6232, #f2835c)', */

	$('#slideshow').cycle({
		fx:   'fade',
		prev: '.prev',
		next: '.next',
		autostop: false,
		speed: 300,
		timeout: 4000
	});

});
