var $j = jQuery.noConflict();	
	jQuery(document).ready(function() {  
		jQuery('.jqueryslidemenu ul:first > li ').addClass("main-links");	
	});


// Main_slider Document
jQuery(document).ready(function(){	
	var sudoSlider = jQuery("#slider").sudoSlider({
		continuous:true,
		auto:true,
		vertical:true,      
		numeric:false,
		
		beforeAniFunc: function(t){ 
        jQuery(this).children('.slide-text').hide();	
            },
         afterAniFunc: function(t){ 
         jQuery(this).children('.slide-text').slideDown(200);
            }
		});
	
		});	


// Sliding_images Document
jQuery(document).ready(function(){	
	var sudoSlider = jQuery("#slider2").sudoSlider({
		continuous:true,
		auto:false,
		autowidth:false,
		slideCount:1,
		numeric:'pages',
		moveCount:4,
		numeric:false
	});
});	


// Testimonial Document
jQuery(document).ready(function(){	
	var sudoSlider = jQuery("#slider3").sudoSlider({
		vertical:true,
	    continuous:true,
		auto:false,
		autowidth:true,
		numeric:'pages',
		numeric:false
	});
});	


// latest works
jQuery(document).ready(function(){	
      var sudoSlider = jQuery("#slider4").sudoSlider({ 
         fade: true,
     	vertical:true,
	    continuous:true,
		auto:false,
		autowidth:true,
		numeric:'pages',
		numeric:false
      });
   });


//Sliding_boxes Document
jQuery(document).ready(function(){
	jQuery('.boxgrid.slideright').hover(function(){
		jQuery(".cover", this).stop().animate({left:'209px'},{queue:false,duration:300});
	}, function() {
		jQuery(".cover", this).stop().animate({left:'0px'},{queue:false,duration:300});
});
});

//Portfolio_1_column
jQuery(document).ready(function(){
	jQuery('.boxgrid_1.slideright_1').hover(function(){
		jQuery(".cover", this).stop().animate({left:'950px'},{queue:false,duration:300});
	}, function() {
		jQuery(".cover", this).stop().animate({left:'0px'},{queue:false,duration:300});
});
});

//Portfolio_2_column
jQuery(document).ready(function(){
	jQuery('.boxgrid_2.slideright_2').hover(function(){
		jQuery(".cover", this).stop().animate({left:'450px'},{queue:false,duration:300});
	}, function() {
		jQuery(".cover", this).stop().animate({left:'0px'},{queue:false,duration:300});
});
});

//Portfolio_3_column
jQuery(document).ready(function(){
	jQuery('.boxgrid_3.slideright_3').hover(function(){
		jQuery(".cover", this).stop().animate({left:'300px'},{queue:false,duration:300});
	}, function() {
		jQuery(".cover", this).stop().animate({left:'0px'},{queue:false,duration:300});
});
});

//Portfolio_4_column
jQuery(document).ready(function(){
	jQuery('.boxgrid_4.slideright_4').hover(function(){
		jQuery(".cover", this).stop().animate({left:'209px'},{queue:false,duration:300});
	}, function() {
		jQuery(".cover", this).stop().animate({left:'0px'},{queue:false,duration:300});
});
});



//Tabiff Document
jQuery(document).ready(function () {
				jQuery('#menu').tabify();
				jQuery('#menu2').tabify();
			});


