ÿþ/ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * / 
 / * 	 L A R G E   S L I D E R 
 / * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * / 
 
 $ ( f u n c t i o n ( )   { 
         $ ( ' . l a r g e - s l i d e r ' ) . h o v e r ( 
                 f u n c t i o n ( )   {   $ ( ' . c o n t r o l s ' ) . s h o w ( ) ;   } , 
                 f u n c t i o n ( )   {   $ ( ' . c o n t r o l s ' ) . h i d e ( ) ;   } 
         ) ; 
         
         $ ( ' . l a r g e - s l i d e s ' ) . e a c h ( f u n c t i o n ( i )   { 
         v a r   p   =   t h i s . p a r e n t N o d e ;   
                 $ ( t h i s ) . a f t e r ( ' < u l   c l a s s = " p a g i n a t i o n   p a g i n a t i o n - l ' + i + ' " > ' ) . c y c l e ( { 
                         t i m e o u t :                 8 0 0 0 ,     / /   m i l l i s e c o n d s   b e t w e e n   s l i d e   t r a n s i t i o n s   ( 0   t o   d i s a b l e   a u t o   a d v a n c e ) 
 	 	 	 	 s p e e d :   6 5 0 ,     / /   s p e e d   o f   t h e   t r a n s i t i o n   
 	 	 	 	 p a u s e :                       1 ,           / /   t r u e   t o   e n a b l e   " p a u s e   o n   h o v e r " 
 	 	 n e x t :       $ ( ' . n e x t ' ,   p ) , 
                 p r e v :       $ ( ' . p r e v ' ,   p ) , 
                         p a g e r :     ' . p a g i n a t i o n - l '   +   i 
                         } ) ; 
                 } ) ; 
 } ) ; 
 
 
 / * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * / 
 / * 	 M E D I U M   S L I D E R 
 / * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * / 
 
 $ ( f u n c t i o n ( )   { 
         $ ( ' . m e d i u m - s l i d e r ' ) . h o v e r ( 
                 f u n c t i o n ( )   {   $ ( ' . c o n t r o l s ' ) . s h o w ( ) ;   } , 
                 f u n c t i o n ( )   {   $ ( ' . c o n t r o l s ' ) . h i d e ( ) ;   } 
         ) ; 
         
         $ ( ' . m e d i u m - s l i d e s ' ) . e a c h ( f u n c t i o n ( i )   { 
         v a r   p   =   t h i s . p a r e n t N o d e ;   
                 $ ( t h i s ) . a f t e r ( ' < u l   c l a s s = " p a g i n a t i o n   p a g i n a t i o n - m ' + i + ' " > ' ) . c y c l e ( { 
                         t i m e o u t :                 8 0 0 0 ,     / /   m i l l i s e c o n d s   b e t w e e n   s l i d e   t r a n s i t i o n s   ( 0   t o   d i s a b l e   a u t o   a d v a n c e ) 
 	 	 	 	 s p e e d :   6 5 0 ,     / /   s p e e d   o f   t h e   t r a n s i t i o n   
 	 	 	 	 p a u s e :                       1 ,           / /   t r u e   t o   e n a b l e   " p a u s e   o n   h o v e r " 
 	 	 n e x t :       $ ( ' . n e x t ' ,   p ) , 
                 p r e v :       $ ( ' . p r e v ' ,   p ) , 
                         p a g e r :     ' . p a g i n a t i o n - m '   +   i 
                         } ) ; 
                 } ) ; 
 } ) ; 
 
 
 / * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * / 
 / * 	 S M A L L   S L I D E R 
 / * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * / 
 
 $ ( f u n c t i o n ( )   { 
         $ ( ' . s m a l l - s l i d e r ' ) . h o v e r ( 
                 f u n c t i o n ( )   {   $ ( ' . c o n t r o l s ' ) . s h o w ( ) ;   } , 
                 f u n c t i o n ( )   {   $ ( ' . c o n t r o l s ' ) . h i d e ( ) ;   } 
         ) ; 
 
         
         
         $ ( ' . s m a l l - s l i d e s ' ) . e a c h ( f u n c t i o n ( i )   { 
         v a r   p   =   t h i s . p a r e n t N o d e ;   
                 $ ( t h i s ) . a f t e r ( ' < u l   c l a s s = " p a g i n a t i o n   p a g i n a t i o n - s ' + i + ' " > ' ) . c y c l e ( { 
                         t i m e o u t :                 8 0 0 0 ,     / /   m i l l i s e c o n d s   b e t w e e n   s l i d e   t r a n s i t i o n s   ( 0   t o   d i s a b l e   a u t o   a d v a n c e ) 
 	 	 	 	 s p e e d :   6 5 0 ,     / /   s p e e d   o f   t h e   t r a n s i t i o n   
 	 	 	 	 p a u s e :                       1 ,           / /   t r u e   t o   e n a b l e   " p a u s e   o n   h o v e r " 
 	 	 n e x t :       $ ( ' . n e x t ' ,   p ) , 
                 p r e v :       $ ( ' . p r e v ' ,   p ) , 
                         p a g e r :     ' . p a g i n a t i o n - s '   +   i 
                         } ) ; 
                 } ) ; 
 } ) ; 
 
