﻿$(document).ready(function(){

    // lightbox - colorbox
    $("a[rel='lightbox']").colorbox({transition:"elastic"});

        // mapa dojazdu - colorbox
	$("#mapa-dojazdu").colorbox( {transition:"elastic",iframe:true, width:830, height:610 } );

    
    // tooltip
    tooltip();
    
    $('#f_tresc').maxlength({
        'feedback' : '.f_tresc_max',
        'useInput' : true
    });
    
});
