$(document).ready(function() {
	
	//REMOVES JAVASCRIPT FIX CLASSES
	$('#galleriavideo-content').removeClass("js-off-overflow2");
	$('.galleriavideo-thumbs').removeClass("js-off-position2");
	
//PORTFOLIO NAVIGATION
	
	$("ul.galleriavideo-nav").tabs("#galleriavideo > #galleriavideo-content > ul.galleriavideo-thumbs", {effect: 'fade', fadeInSpeed: 800, fadeOutSpeed: 800});


// PORTFOLIO HOVER EFFECT	

 $('ul.galleriavideo-thumbs li').hover(function(){  
         $(".overlay2", this).stop().animate({top:'0px'},{queue:false,duration:300});  
     }, function() {  
        $(".overlay2", this).stop().animate({top:'190px'},{queue:false,duration:300});  
    });  


});	//END of jQuery
