//-----------------OLD Transitions-----------------
/*

$(document).ready(function() {

    $('#FeaturedProd1').cycle({
       fx:     'blindZ',
       speed:   1000,
       timeout: 6000,
	pause: 1
	});

    $('#FeaturedProd2').cycle({
    	fx:      'zoom', 
    	speed:    700, 
    	timeout:  5000,
	pause: 1
	});

    $('#FeaturedProd3').cycle({
    	fx:      'scrollUp', 
    	speed:    500, 
    	timeout:  4000,
	pause: 1
	});

    $('#FeaturedProd4').cycle({
    	fx:      'scrollRight', 
    	speed:    500, 
    	timeout:  4500,
	pause: 1
	});
});
*/
//------------------------------------------------


$(document).ready(function() {

    $('#FeaturedProd1').cycle({
       fx:     'fade',
       speed:   1500,
       timeout: 7000,
	pause: 1
	});

    $('#FeaturedProd2').cycle({
       fx:     'fade',
       speed:   1500,
       timeout: 5000,
	pause: 1
	});

    $('#FeaturedProd3').cycle({
       fx:     'fade',
       speed:   1500,
       timeout: 9000,
	pause: 1
	});

    $('#FeaturedProd4').cycle({
       fx:     'fade',
       speed:   1500,
       timeout: 8000,
	pause: 1
	});
});

