ÿþj Q u e r y ( f u n c t i o n ( $ ) {  
 	  
 	 / /   C y c l e   p l u g i n  
 	 $ ( ' . h o v e r t h u m b ' ) . c y c l e ( {  
 	         f x :           ' f a d e ' ,  
 	         s p e e d :       4 0 0 ,  
 	         t i m e o u t :   7 0  
 	 } ) . c y c l e ( " p a u s e " ) ;  
 	  
 	 / /   P a u s e   &   p l a y   o n   h o v e r  
 	 $ ( ' . s l i d e s h o w - b l o c k ' ) . h o v e r ( f u n c t i o n ( ) {  
 	 	 $ ( t h i s ) . f i n d ( ' . h o v e r t h u m b ' ) . a d d C l a s s ( ' a c t i v e ' ) . c y c l e ( ' r e s u m e ' ) ;  
 	 } ,   f u n c t i o n ( ) {  
 	 	 $ ( t h i s ) . f i n d ( ' . h o v e r t h u m b ' ) . r e m o v e C l a s s ( ' a c t i v e ' ) . c y c l e ( ' p a u s e ' ) ;  
 	 } ) ;  
 	  
 } ) ; 
