$(function() {
	
	$('#angebote').cycle({ 
    fx:    'scrollDown', 
    sync:   0, 
	timeout: 5000,
    delay: -2000
	});
	$('#bestseller').cycle({ 
    fx:     'scrollLeft', 
    timeout: 5000, 
    delay:  -2000
	});
	
});
$(document).ready(function(){ 
    $(document).pngFix(); 
});
