   	  	 $(function() {
    		$(".sliders").jCarouselLite({
        		btnNext: ".next",
        		btnPrev: ".prev",
        		visible: 5,
        		auto: 0,
    			speed: 500,
    			scroll: 5
    		});
		});


  jQuery(function(){
	  jQuery('ul.menu').superfish(
	     	{
               hoverClass:    'hovernow',
               pathClass:     'overideThisToUse',
               pathLevels:    1,
               delay:         600,
               animation:     {opacity:'show',height:'show'},
                autoArrows:    true,               // if true, arrow mark-up generated automatically = cleaner source code at expense of initialisation performance
                dropShadows:   false,               // completely disable drop shadows by setting this to false
            }
	  );
  });

 $(document).ready(function() {
 	 $(".popuppic").fancybox({'centerOnScroll':false, 'titlePosition':'inside', 'transitionIn': 'elastic'});
  //Thumbnailer.config.shaderOpacity = 1;
	 var tn1 = $('.mygallery').tn3({
         skinDir:"/skins",
         width: 900,
         height: 498,
         imageClick:"fullscreen",
         image:{
            maxZoom:1.5,
            crop:true,
            clickEvent:"dblclick",
            transitions:[{
            type:"blinds"
         },{
            type:"grid"
         },{
            type:"grid",
            duration:100,
            easing:"easeInQuad",
            gridX:1,
            gridY:8,
            // flat, diagonal, circle, random
            sort:"random",
            sortReverse:false,
            diagonalStart:"bl",
            // fade, scale
            method:"scale",
            partDuration:360,
            partEasing:"easeOutSine",
            partDirection:"left"
         }]
         }
	 });
 });
