/* <![CDATA[ */

Cufon.replace('#header .login, #sidebar .box .head', {textShadow: '-1px -1px #333', color: '-linear-gradient(#ccc, white, white)'});


$(document).ready(function(){
 // Use the each() method to gain access to each elements attributes
   $('area').each(function()
   {
      $(this).qtip(
      {
         content: $(this).attr('title'), // Use the ALT attribute of the area map
         style: {
            name: 'light', // Give it the preset dark style
            border: {
               width: 0, 
               radius: 4 
            }, 
            tip: true // Apply a tip at the default tooltip corner
         }
      });
   });

	$(".fancypic").fancybox({
		'titleShow'		: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic'
	});
	
	$(".inline").fancybox({
		'titlePosition'		: 'inside',
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic'
	});
});

/* ]]> */
