// 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,.wired-home .msg-social strong,.wired-home .subpromo .off-item .btn-read-more a' ,{
	hover: true
});

jQuery(document).ready(function() {
	// Featured Products
    jQuery('#featured').jcarousel();
	// FancyBox jQuery
	jQuery("a.group,a.preview").fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': true }); 	
	// Slider Homepage
	jQuery('#slider').cycle({
        fx: 'scrollLeft',
        speed: 1000,
        delay: 2000,
		    timeout: 4000,
        pager: '#controls',
		slideExpr: '.panel'
    });
});

