jQuery(document).ready(function() {
    jQuery('.special-offers-page-holder').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});

jQuery(document).ready(function() {
    jQuery('#our-products').jcarousel({
    	visible: 5,
    	scroll: 2,
    	wrap: "circular",
    	auto: 10,
    	animation: "slow"
    });
});


jQuery(document).ready(function() {
	jQuery('.product-shop').append( jQuery('#product-options-wrapper').remove() );
	jQuery('#product-options-wrapper').prepend("<h4>Product Options</h4>");
	
});	


