$(document).ready(function(){
    $('#bannerBig').cycle({ 
        fx:    'fade', 
        speed:  1200,
        pause: 0.2
    });    
    
    $("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});  
    
    $(document).pngFix();
});
 
 
 
