ÿþ 
 $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   {  
 $ ( ' . v e r s l a g e n _ t a b e l   t b o d y   t r : e v e n ' ) . c s s ( ' b a c k g r o u n d - c o l o r ' , ' # d d d d d d ' ) ;  
 } ) ;  
  
 $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   {  
  
 	 / *   T h i s   i s   b a s i c   -   u s e s   d e f a u l t   s e t t i n g s   * /  
 	  
 	 $ ( " a # s i n g l e _ i m a g e " ) . f a n c y b o x ( ) ;  
 	  
 	 / *   U s i n g   c u s t o m   s e t t i n g s   * /  
 	  
 	 $ ( " a # i n l i n e " ) . f a n c y b o x ( {  
 	 	 ' h i d e O n C o n t e n t C l i c k ' :   t r u e  
 	 } ) ;  
  
 	 / *   A p p l y   f a n c y b o x   t o   m u l t i p l e   i t e m s   * /  
 	  
 	 $ ( " a . g r o u p " ) . f a n c y b o x ( {  
 	 	 ' t r a n s i t i o n I n ' 	 : 	 ' e l a s t i c ' ,  
 	 	 ' t r a n s i t i o n O u t ' 	 : 	 ' e l a s t i c ' ,  
 	 	 ' s p e e d I n ' 	 	 : 	 6 0 0 ,    
 	 	 ' s p e e d O u t ' 	 	 : 	 2 0 0 ,    
 	 	 ' o v e r l a y S h o w ' 	 : 	 f a l s e  
 	 } ) ;  
 	  
 } ) ;  
  
  
  
  
  
 
