// always use no conflict mode
var J = jQuery.noConflict();

J(document).ready(function() {
  
//  // uncoment to use custom Fonts
//  var birchstd = {
//    src : 'images/BirchStd.otf'
//  }
//
//  //  sIFR.useStyleCheck = true;
//  sIFR.activate(birchstd);
//  
//  sIFR.replace(birchstd, {
//    selector : 'h1',
//    css : [ '.sIFR-root { text-align: center; font-weight: bold; }',
//        'a { text-decoration: none; }', 'a:link { color: #000000; }',
//        'a:hover { color: #CCCCCC; }' ]
//  });

//  // uncoment to use LightBox
//  J('a[rel*=lightbox]').lightBox({
//    // change paths for custom images
//    imageLoading: 'images/lightbox/lightbox-ico-loading.gif',
//    imageBtnClose: 'images/lightbox/lightbox-btn-close.gif',
//    imageBtnPrev: 'images/lightbox/lightbox-btn-prev.gif',
//    imageBtnNext: 'images/lightbox/lightbox-btn-next.gif',
//    txtImage: 'Imagem',
//    txtOf: 'de'
//  });
  
});
