jQuery(function($) {


$('body.page-template-magazineSubgenres-php blockquote').hover(function(){  
        $(this).children('body.page-template-magazineSubgenres-php blockquote ul').stop().show();
        $(this).css('cursor', 'pointer');
         
    },function(){  
         
        $(this).children('body.page-template-magazineSubgenres-php blockquote ul').stop().hide();
        $(this).css('cursor', 'default'); 
        
    });
    
    
    
$('ul#imagefade li#img2').css( {display: "block"});

$('#imagefade').innerfade({ speed: 2000, timeout: 8000, type: 'sequence', containerheight: '300px' });


  

});


