/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function(){
  $('#img-kartka_swiateczna a.tylkoto').fancybox().trigger('click');
//    if ( $('#crossBtn').text.length > 0 ) {
//        $('#lights').fadeTo(0,.7);
//
//        $('.left a').click( function() {
//            $('#lights').hide(0);
//            $('#msgBoxAlert').slideUp(0);
//        });
//        $('.crossBtn').click( function() {
//            $('#lights').hide(0);
//            $('#msgBoxAlert').slideUp(0);
//        });
//    }
});


