jQuery(document).ready(function()
{
    if ( jQuery.browser.opera ) {
    }		
    if ( jQuery.browser.msie ) {

            if (jQuery.browser.version == '6.0' || jQuery.browser.version == '7.0') {
            }
    } 	
    if ( /chrome/.test( navigator.userAgent.toLowerCase() ) ) {
    } 	
    if ( /safari/.test( navigator.userAgent.toLowerCase() ) ) {
            jQuery('select').each(function () {
                    (jQuery(this).parents('span').hasClass('fl') || jQuery(this).parents('span').hasClass('fr')) ? jQuery(this).css({'width':'84px'}) : jQuery(this).css({'width':'219px'});
            });
    } 	

    try {
            Cufon.replace('h1, h2, h3, .block .title, .blog_post_tresc_naglowek, .tabela_oferta .naglowek, .lista_korzysci_naglowek span', { fontFamily: 'Myriad Pro' });
            Cufon.replace('.naglowek_oferty', {  fontFamily: 'Myriad Pro Bold'});
    } catch(err) {}
});
