$(document).ready(function() {
            
      $(".portfolio_nav a").hover(
      		function(){$(this).children(".cover").animate({"opacity": 1}, "1500");
        	//$(this).children("div.cellTitle").show('slow');
      		}, function(){$(this).children(".cover").animate({"opacity": 0}, "1500");
        //$(this).children("div.cellTitle").hide('slow');
      });
      
   // $('.portfolio_nav a').animate({
     //           "opacity": 0
       //     }, "1500");
            
        	
        	$('#publishing ul').cycle({
				fx: 'scrollRight',timeout:6100,speed:4000
			});    

        	$('#design ul').cycle({
				fx: 'uncover',timeout:11100,speed:3000
			});
			
			$('#branding ul').cycle({
				fx: 'turnRight',timeout:8020,speed:4000
			});
			
			$('#web ul').cycle({
				fx: 'turnRight',timeout:7000,speed:3000
			});
			
			$('#advertising ul').cycle({
				fx: 'turnUp',timeout:4700,speed:4000
			});
			
			$('#photography ul').cycle({
				fx: 'cover',timeout:4200,speed:3000
			});
			
			$('#art ul').cycle({
				fx: 'turnDown',timeout:4090,speed:4000
			});
			
			$('#copywriting ul').cycle({
				fx: 'turnLeft',timeout:6000,speed:3000
			});
			        	$('#printing ul').cycle({
				fx: 'uncover',timeout:8500,speed:4000
			});
			
});

/*
options

    * blindX
    * blindY
    * blindZ
    * cover
    * curtainX
    * curtainY
    * fade
    * fadeZoom
    * growX
    * growY
    * none
    * scrollUp
    * scrollDown
    * scrollLeft
    * scrollRight
    * scrollHorz
    * scrollVert
    * shuffle
    * slideX
    * slideY
    * toss
    * turnUp
    * turnDown
    * turnLeft
    * turnRight
    * uncover
    * wipe
    * zoom


*/
