


       jQuery(document).ready(
       
       
                function(){                    
                    jQuery('ul.production').innerfade({
                        speed: 1000,
                        timeout: 2500,
                        type: 'sequence',
                        containerheight: '220px'
                    });

       jQuery('.production_list_0 ol.production_list_base_background').fadeOut(500);
       jQuery('.production_list_0 ol.production_list_background').fadeIn(500);     
       
       jQuery('.production_table:odd').css('marginLeft','30px'); 
	   jQuery('.production_table:even').css('marginRight','30px'); 

     
     
          
                    
                    
                });





