// Font Replacement
Cufon.replace('.category-title h1,.footer h4, .product-view .product-shop .product-name h1,.page-title h1, .page-title h2,.wired-home .subscribe strong, .subpromo h1, #foot_info h1, #foot_info h2, #foot_info p, #foot_info li, .col3-set h1, .col3-set h2, .col3-set h3, h2.product-name', {
	hover: true
});

jQuery(document).ready(function() {
	// Featured Products
    jQuery('#featured').jcarousel();
	// FancyBox jQuery
	jQuery("a.group").fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': true }); 	
	// Slider Homepage
	jQuery('#slider').cycle({
        fx: 'fade',
        speed: 1000,
		timeout: 6000,
        pager: '#controls',
		slideExpr: '.panel'
    });
});

