Cufon.replace('#header .top_menu ul li, #header .bottom_menu ul li a.cufon, #header .bottom_menu ul li a, #body .three_columns .column h4, #body .left_side .main_content h1', { hover: true, fontFamily: 'FuturaTDem' });
Cufon.replace('#slider_box .what_new h3, #slider_box .right_content h4, #footer .left h5, #body .left_side .main_content h2, #body .right_side .body h4', { fontFamily: 'FuturaTLig' });

$(document).ready(function() {
    $('#slides').cycle({
		fx:     'fade', 
		speed:  'fast', 
		timeout: 0, 
		next:   '#next_slide', 
		prev:   '#prev_slide'
 	});
		
	$("#header .bottom_menu ul li").hover(
	  function () {
		$(this).addClass("hover");
	  },
	  function () {
		$(this).removeClass("hover");
	  }
	);	
});
