
$(document).ready(function(){
   $('a.lightbox').lightBox({fixedNavigation:true});
   if( $('strong[title]').length ){
        $('strong[title]').qtip({
            position: {
                corner: {
                    target: 'bottomLeft',
                    tooltip: 'topLeft'
                }
            },
            style: {
                name: 'dark',
                tip: true
            }
        });
   }
});
