/* <![CDATA[ */
    Cufon.replace('.nksd>li>a' , { fontFamily: 'Typenoksidi', fontWeight: '100' , hover: true });	 
    
         Cufon.replace('.english' , { fontFamily: 'English', fontWeight: '100' , hover: true });	
         Cufon.replace('.labtop' , { fontFamily: 'Labtop', fontWeight: '100' , hover: true });	
         Cufon.replace('.lane' , { fontFamily: 'Lane - Narrow', fontWeight: '100' , hover: true });

function blankTargetFix(){
  if(!document.getElementsByTagName){
    return;
  }

  var anchors = document.getElementsByTagName("a");

  for(var i = 0; i < anchors.length; i++){
    var anchor = anchors[i];

    if(anchor.getAttribute("href") && anchor.getAttribute("rel") == "external"){
      anchor.target = "_blank";
    }
  }
}




	$(document).ready(function (){
			      $("a[rel=gallery]").fancybox({
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'titlePosition' 	: 'over'
        });
  
  

    
			});
/* ]]> */
